> I have the spamcop_uri.cf in my /etc/mail/spamassassin dir and still > no rules are being hit. > Make and make test went fine with no errors. > why is spamcopURI not working?
Where is your local.cf file located? In the same directory as the spamcop_uri.cf file? Are you certain you have received spam that have URI's listed with spamcop? Here is a listing of /usr/local/etc/mail/spamassassin. Note that local.cf is located in this directory, where SA looks for all config files... pearl# ll /usr/local/etc/mail/spamassassin/ total 250 -rw-r--r-- 1 root wheel 10470 Jul 29 11:55 70_sare_oem.cf -rw-r--r-- 1 root wheel 5172 Jul 30 11:27 70_sare_unsub.cf -rw-r--r-- 1 root wheel 14278 Jul 29 12:38 antidrug.cf -rw-r--r-- 1 root wheel 22546 Apr 5 08:24 backhair.cf -rw-r--r-- 1 root wheel 70201 Jun 22 09:48 bigevil.cf.old -rw-r--r-- 1 root wheel 90754 Jul 6 06:12 bogus-virus-warnings.cf -rw-r--r-- 1 root wheel 23156 Jul 29 12:20 chickenpox.cf -rw-r--r-- 1 root wheel 1171 Jul 29 12:28 local.cf -rw-r--r-- 1 root wheel 1553 Aug 3 15:14 spamcop_uri.cf Steve > > thanks > > -----Original Message----- > From: Jim Maul [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 04, 2004 3:58 PM > To: Steve Bertrand > Cc: [EMAIL PROTECTED] > Subject: Re: 2 questions > > > Quoting Steve Bertrand <[EMAIL PROTECTED]>: > >>> 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 >> >>> > > Yes, the file is named spamcop_uri.cf but grep-ing for "surbl" will > check inside > the file for "surbl". > > Jim >
