On Thu, 2009-01-15 at 23:43 -0800, CyborgPrime wrote: > It seems that my spam assassin IS seeing my incoming mails; it's building an > autowhitelist. > > But it isn't tagging anything as spam. Also, when look at the > autowhitelist, the incoming mail is given a bias of 1, but the email is > clearly a spam.
SpamAssassin merely scans the mail it gets fed and assigns a score. Whatever will be done based on that score is entirely up to the rest of your mail processing chain, most notably the SA calling app. This includes any kind of modification. If the calling app doesn't allow "filters" to modify the message, at the end of the chain you won't see anything. Unfortunately, you didn't mention any bit about how SA is integrated. Other than that -- as Kai already mentioned, running SA on its own (with debugging enabled) is a good first step to verify SA works. If it does, go on hunting the issue in other parts of your chain. guenther -- 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; }}}