I am having difficulty working with a new content filter we have just put into place. Corporate policy says that we should deliver all mail to the user, properly tagged, instead of quarantining them. My thought was to automatically toss all tagged mail into the user's junk mail folder. To this end, I have set up a transport rule. Once the mail is handed over from the gateway to Exchange, the rule sets X-MS-Exchange-Organization-SCL to 8 if the message begins with "[SPAM] -". The rule is working fine (verified by inspecting message headers).
I am testing this with my account only at present. The Junk E-Mail setting in OWA is on, and I have run "set-mailbox -SCLJunkEnabled $True -SCLJunkThreshold 7" in powershell. Still, spam is being delivered to my inbox instead of the junk email folder.
Any ideas? My fallback position here is to use some rules at the mailbox level, and move the messages on receipt, but I'd rather not manage this on a per-mailbox basis when I should be able to centralize.
I am testing this with my account only at present. The Junk E-Mail setting in OWA is on, and I have run "set-mailbox -SCLJunkEnabled $True -SCLJunkThreshold 7" in powershell. Still, spam is being delivered to my inbox instead of the junk email folder.
Any ideas? My fallback position here is to use some rules at the mailbox level, and move the messages on receipt, but I'd rather not manage this on a per-mailbox basis when I should be able to centralize.