On Fri, 2009-10-09 at 17:58 +0300, Jari Fredriksson wrote: > This looks worrying. I have it at 2.2 pts, and not caused any false > positives, but still, odd. Or is it? I know it is a SPAM indicator but > a bulk indicator.
Missed a 'not' before the Spam, eh? ;) > But it is triggered for example by some mailing list posts which are > genuine and not bulk. Ahem -- with a non-negligible amount of subscribers, mailing lists ARE indeed bulk per the very definition. Genuine does not equal 'not bulk'. They might be genuine, but still be bulk. -- 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; }}}