On Fri, 2008-02-22 at 23:12 +0100, Andreas Ntaflos wrote: > Right, that's what I thought, too. I removed the address, sent a mail message > to [EMAIL PROTECTED], and AWL got no score. To be expected, first mail since removing from AWL, no previous records.
> Half an hour later I sent another message and AWL got a negative score > of about -1.1. The second message got a higher score (without AWL) and AWL joined in, since it learned previously about a lower score. > Two hours later I sent yet another message and now AWL was at +0.370. This message scored slightly below your average of the previous two posts. > And a message I sent just now got a score of +0.277. Is that normal? Same. And yes, this looks normal. Details depend on the actual score, though, but given the numbers above abs(AWL) is constantly decreasing, which is to be expected with an average over all messages, where the scores are about similar. AWL is a score *averaging* technique, based on previous messages. It is not static, nor designed to only assign negative values. http://wiki.apache.org/spamassassin/AutoWhitelist 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; }}}