> At 03:01 PM 8/4/2004, Kern, Tom wrote: >>How do I tell if mail-spamassassin-spamcopURI is running or being >> used? > > First, check if it's even configured by looking for rules that use it > in > your config: > grep "surbl" /usr/share/spamassassin/* > grep "surbl" /etc/mail/spamassassin/* >
Note that in my system, under /usr/local/etc/mail/spamassassin (on FBSD 4.10), the surbl rules are in the file named ``spamcop_uri.cf''. Regards, Steve > Second, look for hits of those rules in your spam logs. > >>The same for AWL? > > Look for messages that hit a rule named AWL. > > Also, look around for a file named "auto-whitelist" which is the AWL's > database. Typically it will be in the home directory of whatever user > executes SA, under a directory named .spamassassin, alongside your > user_prefs files, and bayes_* files. > > > >>I'm running SA 2.63 with amavis-new > >