On Mon, 2010-08-23 at 07:16 -0500, Daniel McDonald wrote: > > After upgrade the SpamAssassin Server version to 3.3.1, my mail scanning > > stop > > working partially. > > This is a known bug. > https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6419
It is rather unlikely, this would be the reason. That bug is just an inconsistency between reporting (non-spam) and rounding (5.0/5.0) when using spamd for scores 4.95 <= score < 5.0. Oh, and it has not been introduced in 3.3, but similarly affects 3.2. -- 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; }}}