On Sat, 2009-07-11 at 12:52 -0700, an anonymous Nabble user wrote: > I am using Spamassassin 3.2.4-1ubuntu1.1. Spamassassin is used by my Exim > server with spamd.
> X-Spam-Score: -0.4 (/) > X-Spam-Report: Spam report: > If you have any questions, see postmas...@dwsa.de for details. > Content analysis details: (-0.4 points) > pts rule name description > ---- ---------------------- > -------------------------------------------------- > -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% > [score: 0.0000] > 1.4 MIME_QP_LONG_LINE RAW: Quoted-printable line longer than 76 > chars > 1.6 RCVD_IN_NJABL_PROXY RBL: NJABL: sender is an open proxy > [213.39.158.25 listed in combined.njabl.org] > -0.8 AWL AWL: From: address is in the auto white-list BTW, this is not SA adding these headers. The obligatory Checker-Version header is missing. There is no (default) Status header with important information, and the Report header is broken. And of course, the Score header is non-SA either... -- 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; }}}