On Sat, 2014-10-25 at 20:06 -0700, Cathryn Mataga wrote: > > Okay, here's another header. Shows X-Xpam-Status as no. > > In local.cf I changed to this, just to be sure. > > rewrite_header Subject [SPAM][JUNGLEVISION SPAM CHECK]
> X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on > ecuador.junglevision.com > X-Spam-Level: * > X-Spam-Status: No, score=1.5 required=3.5 tests=BAYES_50,HTML_MESSAGE, > MIME_HTML_ONLY,MIME_QP_LONG_LINE autolearn=disabled version=3.3.2 > Subject: [SPAM][JUNGLEVISION SPAM CHECK] Confirmation of Order Number > 684588 * Please Do Not Reply To This Email * Somehow, you are passing messages to SA twice. First one classifies it spam and rewrites the Subject. Second run doesn't. Added headers, content wrapping, or most likely re-transmission from trusted networks makes the second run fail. -- 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; }}}