Mark Adams wrote:
Hi All,
I have not got to the bottom of this. Does anyone know how to report on
whether a mail is having points deducted because it is whitelisted?
Regards,
Mark
On Wed, Mar 07, 2007 at 03:34:58PM +0000, Mark Adams wrote:
Thanks for that,
The lint has not complained about any config problems with the line you
have suggested. Do you know a quick and easy way of testing whether the
whitelisting is working correctly? I have a reporting template setup as
below, but this never shows any whitelist hits. (I'm probably just
missing something!).
report "hits=_HITS_ required=_REQD_ test=_TESTS_"
Help appreciated.
Regards,
Mark
Yes edit your /etc/mail/spamassassin/local.cf file. Add the following...
score USER_IN_WHITELIST -XXX (Where -XXX is the score that you wish)
Remember to always run spamassassin --lint
restart spamassassin.
-=Aubrey=-
You could run: "spamassassin --test-mode < message", and see what it is
scoring.
-=Aubrey=-