Content filtering actions are reset when you install the Hub Transport server role
Topic Last Modified: 2010-04-01
The Microsoft Exchange Best Practices Analyzer examines the spam confidence level (SCL) settings that are enabled on servers that are running Microsoft Exchange Server 2007 Hub Transport server roles. If the Reject messages that have an SCL rating greater than or equal to check box is not selected on one or more servers, Exchange Best Practices Analyzer generates a warning message.
Note: |
|---|
| This check box is located on the Action tab under Organization Configuration\Hub Transport\Anti-Spam\Content Filtering. |
By default, this check box is selected when you install the Hub Transport server role.
If you click to clear the Reject messages that have an SCL rating greater than or equal to check box to disable the SCL Reject option, the Exchange 2007 Setup program automatically re-enables the SCL Reject option when you install another Hub Transport server in the organization.
To address this issue, manually disable the SCL Reject option after you install the Hub Transport server role in the organization.
To turn off the SCL Reject optionStart the Exchange Management Shell.
Run the following cmdlet:
Set-ContentFilterConfig -SCLRejectEnabled:$false
For more information, see Microsoft Knowledge Base article 2000114, "Xcon: SCLRejectEnabled Setting reset when new Hub is installed" (http://go.microsoft.com/fwlink/?linkid=3052&kbid=2000114).

Note: