On Thu, 2008-05-15 at 10:01 +1200, Kathryn Kleinschafer wrote: > I run sa-update from the crontab daily which I believe should update the > rules. (i'm relatively new to this so could have it completely wrong) > The command I use in crontab is
> 00 01 * * * sa-update --allowplugins --channelfile Any reason for the non-default --allowplugins? > /etc/mail/spamassassin/update-channels.txt --gpgkeyfile > /etc/mail/spamassassin/gpgkeys.txt > and in the update-channels.txt I have > sought.rules.yerp.org > saupdates.openprotect.com > updates.spamassassin.org You do have all GPG keys in gpgkeys.txt, do you? > We were getting this same spam a month or so ago and it was all getting > stopped but now its not thats why i'm very worried I have broken my > spamassassin. > Does URIBL_BLACK come default with spamassassin? Yes. Now, please re-read my previous posts, and answer the questions. If it helps to do so, feel free to answer inline, placing answers directly below the question. guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}