On Mon, 2009-05-04 at 17:12 +0100, RW wrote: > On Sun, 3 May 2009 20:48:47 +0200 Magnus Holmgren wrote: > > > On onsdagen den 25 mars 2009, Bowie Bailey wrote: > > > BAYES_50 means Bayes has no opinion, the score for that should be 0. > > > > I've set the score for BAYES_50 to 0.7 (I could probably increase > > that) because in practice, almost all my ham is BAYES_00 or BAYES_01 > > Bear in mind that an email that gets a Bayes score of more than one > point can't be autolearned as ham.
Nope, this is wrong. The Bayes rules (as well as some other rules) do NOT have any impact on the auto-learning. In fact, the auto-learner even uses a score-set without Bayes, to avoid self-feeding. http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Plugin_AutoLearnThreshold.html -- 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; }}}