On Tue, 2008-08-26 at 07:43 -0400, Munroe Sollog wrote: > I am using sa-update for the stock rules. I run: > > sa-update -D --channelfile /etc/mail/spamassassin/sa-update-channels.txt > --gpgkey 856AA88A > > where sa-update-channels.txt contains: > > updates.spamassassin.org > 70_sare_stocks.cf.sare.sa-update.dostech.net [ snip ]
$ ls *.cf /var/lib/spamassassin/3.002005/ $ ls -d /var/lib/spamassassin/3.002005/*/ Something went wrong anyway. At the *very* least, you are missing the updates_spamassassin_org.cf file in that dir. So your sa-update did not succeed with the stock rules. Have a look at your debug output again. Did you read the docs? Did you debug sa-update? http://wiki.apache.org/spamassassin/RuleUpdates "[...] so make sure that the first time you run sa-update it completes successfully" Double quoted full-quote below reply omitted. 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; }}}
