On Fri, 2014-09-05 at 01:05 +0200, Karsten Bräckelmann wrote: > The AWL manipulating options are rather limited, offering addition of a > high scoring positive or negative entry, or plain removal of an address. > In particular unlike Bayes, AWL doesn't work on a per-message basis. > Forgetting a single message's history entry is not supported.
In related news: The AWL plugin was enabled by default in 3.1 and 3.2, disabled by default again since 3.3. TxRep is a proposed replacement (see bugzilla). It might be worth evaluating whether it better addresses the features you'd benefit from in this case, including forgetting or correcting per-message entries. Since it still is under development, even feature requests or discussing these issues for TxRep might be worth it. -- 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; }}}