[CentOS] Logwatch / spamassassin

Thu Sep 11 09:19:22 UTC 2008
Ned Slider <ned at unixmail.co.uk>

Bob Hoffman wrote:
>  
> Hi all,
> 
> Well it took a while for me to figure it out, but apparently my logwatch no
> longer can be mailed locally on my computer as I believe spamassassin is
> eating it.
> 
> I can send it out to an email address outside my server though. So
> spamassassin is only checking incoming I guess.
> 
> My question is....how do I...or should I.... Make all local mail go straight
> to the boxes and skip spamasassin entirely..
> 

Try adding a whitelist entry to /etc/mail/spamassassin/local.cf. To 
whitelist all mail from your domain:

whitelist_from 	*@example.com

> Or.. Whitelist logwatch.

or try:

whitelist_from 	logwatch at example.com

for a single address.

This will add -100 to the score for spamassassin.