|
From: Kris D. <kd...@vi...> - 2011-10-13 20:04:19
|
Denis Croombs wrote: > Thanks for that, how do I change the score for the rule DOS_OUTLOOK_TO_MX ? SpamAssassin's stock rules are now distributed via the standard SA rules update system. These are stored and managed by SA's rule update utility sa-update in /var/lib/spamassassin. To make local changes, you add entries to /etc/mail/spamassassin/local.cf or /etc/spamassassin/local.cf (depending on where this file gets put by the package you're using). To set a rule's score to zero, you add a line like this: score DOS_OUTLOOK_TO_MX 0 Any entries in local.cf will override the stock settings. -kgd |