On Fri, 2014-08-29 at 01:23 +0200, Reindl Harald wrote: > Am 29.08.2014 um 01:20 schrieb Karsten Bräckelmann: > > On Fri, 2014-08-29 at 00:30 +0200, Reindl Harald wrote: > > > besides the permissions problem after the nightly "sa-update" the reason > > > was simply "clear_headers" without "add_header spam Flag _YESNO" which > > > is entirely unexpected behavior > > > > No, that is not the cause. > > > > $ echo -e "Subject: Foo\n" | ./spamassassin | grep Subject > > Subject: [SPAM] Foo > > X-Spam-Prev-Subject: Foo > > > > $ cat rules/99_DEVEL.cf > > required_score -999 # regardless of score, classify spam > > # to enforce header rewriting > > clear_headers > > rewrite_header Subject [SPAM] > > > > Besides, your own reply to my first post to this thread on Mon also > > shows this claim to be false. The output of the command I asked you to > > run clearly shows clear_headers in your config being in effect and a > > rewritten Subject > > i verfied that 20 times in my environment > > removing the line "add_header spam Flag _YESNO_" and no tagging > maybe the combination of spamass-milter and SA but it's fact
So far I attributed most of your arguing to being stubborn and opinionated. Not any longer. Now you're outright lying. -- 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; }}}