Site-wide server-side rules in Exchange 2003

exchangeexchange-2003spamassassin

I have a mail server that scans inbound email messages with SpamAssassin before passing messages to Exchange 2003. When a message is considered spam, it is marked with a certain header. Is there a way to have Exchange 2003 automatically put these messages in each user's junk mail folder based on the existence of this header?

I realize I could add an Outlook rule for every user. I also realize that this rule would actually be implemented server-side. Adding a rule for every user seems hard to implement/maintain. Is there a way to add a global rule that works on all mailboxes?

From this question, it looks like Exchange 2007 has something called transport rules. Is there a way to get similar behavior in Exchange 2003?

Best Answer

There are people who claim to have gotten what you're describing to work by installing the Intelligent Message Filter and modifying the "MSExchange.UceContentFilter.xml" configuration file. You can create "CustomWeightEntry" records in that file that match text that SpamAssassin puts into the subject like and use that to assign a custom SCL.

Have a look here:

Personally I've never tried it. It looks pretty straightforward, though.