Please do not reply to a list post, if you want to start a new topic. Merely removing the quoted body and changing the Subject does not make it a new thread.
On Fri, 2013-05-17 at 07:57 -0700, Cathryn Mataga wrote: > use_bayes 1 > use_auto_learn 0 Try running 'spamassassin --lint'. > But then I see a spam that I keep training as spam over and over again, > but then it keeps getting auto-learned as Ham. > How do I turn off this auto_learn stuff once and for all? bayes_auto_learn 0 There is no use_auto_learn option, it is bayes_auto_learn. Running the lint command above will complain about an invalid configuration line. Also see the SA Conf docs [1], in particular the Learning Options section. [1] http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Conf.html -- char *t="\10pse\0r\0dtu\0.@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; }}}