On Thu, 2014-08-28 at 09:15 -0600, LuKreme wrote: > X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.covisp.net > X-Spam-Level: * > X-Spam-Status: No, score=1.7 required=5.0 tests=URIBL_BLACK autolearn=no > version=3.3.2
> X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS > autolearn=ham version=3.3.2 Bayes and auto-learning are enabled, yet there are no BAYES_XX rules hit in either sample. Something seems broken. (Not a first time poster, so I just assume the Bayes DB isn't fresh.) -- 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; }}}