On Sat, 2009-02-21 at 10:30 -0500, Gene Heskett wrote: > [28466] dbg: gpg: calling gpg > gpg: WARNING: unsafe ownership on homedir > `/etc/mail/spamassassin/sa-update-keys' > > What perms are supposed to be set there?
What perms do you have? # ls -ld /etc/mail/spamassassin/sa-update-keys > I have also fed probably 100 megabytes of 200 byte viagra/cialis type > messages > to sa-learn, and the bayes score is still usually 0. Is there a way to see > if that is miss-firing somehow? One would think bayes would learn however > many ways there is to spell it by now and score accordingly. http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html See the section Hammytokens/Spammytokens Tag Format. Or provide a link to samples. -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; 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; }}}