Exchange 2010服务器上的电子邮件在电子邮件标题中没有SCL值或X-MS-Exchange-Organization-SCL:。
有谁知道如何启用此function,以便我可以过滤来自用户的垃圾邮件
谢谢
您可以使用传输规则设置SCL和标头。
在Exchangepipe理控制台中,位于组织configuration – >集线器传输下 。
要设置SCL,请在“ 操作”步骤中将垃圾邮件可信度设置为值 。 对于标题,标志是设置标题的值 。

您可以在Exchange命令行pipe理程序中使用此cmdlet。
Set-ContentFilterConfig -SCLQuarantineEnabled $true -SCLRejectEnabled $true -SCLDeleteEnabled $true -SCLQuarantineThreshold 5 -SCLRejectThreshold 6 -SCLDeleteThreshold 8 -QuarantineMailbox [email protected] -RejectionResponse "Message rejected due to content restrictions" -BypassedRecipients [email protected],[email protected]