Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/email/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/arrays/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Email 当两个内部收件人收到邮件时,Office 365/Exchange联机邮件规则会触发两次_Email_Office365_Exchange Server_Rules - Fatal编程技术网

Email 当两个内部收件人收到邮件时,Office 365/Exchange联机邮件规则会触发两次

Email 当两个内部收件人收到邮件时,Office 365/Exchange联机邮件规则会触发两次,email,office365,exchange-server,rules,Email,Office365,Exchange Server,Rules,我遇到了一个问题,我们设置了一个规则来捕获来自特定地址的所有邮件,并将邮件密件抄送到2个外部地址 规则是这样制定的 If the message... Is received from 'email@example.com' Do the following... Blind carbon copy(Bcc) the message to 'external@domain1.com' and 'external@domain2.com' 来自email@example.com从web表单发送并

我遇到了一个问题,我们设置了一个规则来捕获来自特定地址的所有邮件,并将邮件密件抄送到2个外部地址

规则是这样制定的

If the message...
Is received from 'email@example.com'
Do the following...
Blind carbon copy(Bcc) the message to 'external@domain1.com' and 'external@domain2.com'
来自email@example.com从web表单发送并发送至auser@mydomain.com及asharedmailbox@mydomain.com.

当邮件到达时,以密件传给外部地址两次,一份副本仅在用户邮箱和共享邮箱中本地发送

这些都反映在消息跟踪中

有没有人遇到过这种情况,并且知道如何预防这种情况


TIA

我所在组织的其他人发现了如何解决这一问题

他们在“如果消息”操作中添加了一个条件,如下所示

If the message...
Is sent to 'auser@mydomain.com'
And Is received from 'email@example.com'
Do the following...
Blind carbon copy(Bcc) the message to 'external@domain1.com' and 'external@domain2.com'

现在该规则只处理一次。

您是否在两个邮箱上都设置了该规则
auser@mydomain.com
asharedmailbox@mydomain.com
?啊,对不起,应该澄清一下,该规则不是在邮箱上设置的,只是在exchange online后端设置的。编辑:唉,其中一个用户设置了一个规则,我没想到要查看他们的邮箱。。。EDIT2:实际上他们的规则是在今年1月某个日期之前收到的物品,因此不会被激活。