From: Martin Hepworth [mailto:[EMAIL PROTECTED]
> 
> Craig Zeigler wrote:
> 
> > I am getting very obvious spam through my SA filters. The only
> > thing I think is that the value for ALL_TRUSTED is pushing it
> > below the threshold. Where do I go to alter this test's effect on
> > the spam count?  I have searched through all of the .cf files in
> > /usr/share/spamassassin and /etc/mail/spamassasin and can't figure
> > it out.
> > 
> > using SA version 3.0.1
> 
> add the following line to /etc/mail/spamassassin/local.cf
> 
> score ALL_TRUSTED 0.0
> 
> This will turn off that rule completely.

True, but a better idea is to configure SA so that the trust path
works properly.

Add some lines like the following to /etc/mail/spamassassin/local.cf
to specify the networks and mailservers you control.

trusted_networks 192.168.1.10
trusted_networks 172.16.

You can add either networks, or single hosts.  I prefer to add
networks so that I don't have to reconfigure if I add or move a
mailserver.

These settings specify to SA which mailservers should be trusted.  If
you don't specify, it has to guess, and it doesn't work well with
NATed networks.

For more info:

$ man Mail::SpamAssassin::Conf

Bowie

Reply via email to