[email protected]
我在 Outlook 中创建了一条规则,将该字段中的所有电子邮件移动From:
到特定文件夹。
然而,规则显然并不适用于收到的每一封电子邮件应该匹配,因为只有一些电子邮件已被移动。
这些是邮件的标题是正确移动:
Received: from desktop.example.com (10.0.1.106) by
exchange.example.com (10.0.0.13) with Microsoft SMTP Server id
14.3.301.0; Tue, 16 Aug 2016 13:48:37 +0200
Date: Tue, 16 Aug 2016 13:48:39 +0200
From: <[email protected]>
To: <[email protected]>
Message-ID: <1750881267.1.1471348119454.JavaMail.desktop$@desktop>
Subject: Arcserve Unified Data Protection Alert-Sichern
Jobstatus:Fertiggestellt(desktop)
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_0_1224834770.1471348119242"
Return-Path: [email protected]
X-MS-Exchange-Organization-AuthSource: exchange.example.com
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AVStamp-Mailbox: Sophos;-1278081278;0;PM
X-Auto-Response-Suppress: DR, OOF, AutoReply
以下是不是移動:
Received: from server (10.0.1.81) by exchange.example.com
(10.0.0.13) with Microsoft SMTP Server id 14.3.301.0; Wed, 17 Aug 2016
03:04:59 +0200
Date: Wed, 17 Aug 2016 03:04:59 +0200
From: <[email protected]>
To: <[email protected]>
Message-ID: <2061725264.69.1471395899278.JavaMail.server$@server>
Subject: Arcserve Unified Data Protection Alert-Dateisystemkatalog
Jobstatus:Fertiggestellt(server)
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_68_1541009446.1471395899262"
Return-Path: [email protected]
X-MS-Exchange-Organization-AuthSource: exchange.example.com
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 10
X-MS-Exchange-Organization-AVStamp-Mailbox: Sophos;-1278063614;0;PM
X-Auto-Response-Suppress: DR, OOF, AutoReply
对我来说,这看起来几乎一模一样。尤其是字段与From
我的规则完全匹配。
不过 Outlook 的一个主要区别是,不是移动的邮件在收件箱中的显示方式也不同。对于是[email protected]
已移动,Outlook在概览的第一列显示发件人地址 ( ),对于那些不是移动后,显示邮箱主人的姓名IT Department
。