On Thu, 2008-02-28 at 09:21 -0500, Randy Ramsdell wrote: > Hi, > > One thing I do not understand regarding AWL and BAYES. When a message is > reported to me as spam and was not marked as spam, I test is using debug > before and after sa-learn. Each time I do this, BAYES_99 does hit, but > they will also include AWL. > > 1. Does anyone understand why this happens?
AWL is a score averager. SA has seen that sender before. http://wiki.apache.org/spamassassin/AutoWhitelist Run it through SA again, and you will see the AWL score getting closer to 0, since the score without AWL is constant. The AWL score is negative, because previous scores have been lower. 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; }}}