Knowledgebase: Reflexion
5.7.1 Message Rejected as Spam by Content Filter
Posted by Carlos Rios on 15 November 2017 02:38 PM
|
|
This error is not generated by the Reflexion Total Control service. This error is commonly enforced on a firewall or Microsoft Exchange server with specific content policies. If Exchange 2007, Microsoft recommends reviewing: http://technet.microsoft.com/en-us/library/aa995995%28EXCHG.80%29.aspx If Exchange 2010, Microsoft recommends reviewing: http://technet.microsoft.com/en-us/library/aa995953.aspx If you control the message recipient’s mail server, you can safely disable Content Filtering by running the following command from Exchange shell: Set-ContentFilterConfig -SCLRejectEnabled:$false -SCLDeleteEnabled:$false -SCLQuarantineEnabled:$false -Enabled:$false | |
|