You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Don Saklad <ds...@zurich.csail.mit.edu> on 2004/09/12 15:47:36 UTC

White listed

Where on a system might you be able to read what is white listed ?...

Re: White listed

Posted by Don Saklad <ds...@zurich.csail.mit.edu>.
Thank you Matt Kettler and John Fleming !

Apparently the files do not appear to be on this system !

Re: White listed

Posted by Matt Kettler <mk...@comcast.net>.
At 09:47 AM 9/12/2004 -0400, you wrote:
>Where on a system might you be able to read what is white listed ?...

One fast, sure-fire way is to grep all the configfiles:

         grep whitelist /usr/share/spamassassin/*.cf
         grep whitelist /etc/mail/spamassassin/*.cf
         grep whitelist ~/.spamassassin/user_prefs

Note, most systems use those exact paths, but your system might use 
different paths than /usr/share and /etc/mail (ie: /usr/local/share). Check 
the top of SA's debug output if in doubt. The first handful of lines should 
enumerate what paths it's using for site rules, etc.

spamassassin -D --lint.