
As stupid as it is, the way you can configure an SCL to be sent to the junk e-mail folder is through the PowerShell.
This command will send all junk with an SCL of 4 or higher to junk e-mail:
Set-OrganizationConfig -SCLJunkThreshold 4
I put this command on all my Exchange servers. I also disable all outright rejection of spam. Users hate it when legitimate email gets rejected. All spam goes into the junk email folder.
More info on this issue is located here:
http://technet.microsoft.com/en-us/library/bb738127(v=exchg.80).aspx
1 comment:
I agree it's incredible stupid that this only can be done with the power shell.
Thank you for the info, I think it worked!
Post a Comment