On Thu, 2014-08-28 at 21:43 +0200, Reindl Harald wrote: > Am 28.08.2014 um 19:11 schrieb Karsten Bräckelmann:
> > FWIW, SA even generates the Report header by default with your setting > > of report_safe 0. Not in your case, because you chose to clear_headers > > and manually define almost identical versions to the default headers. > > no, it don't Yes, it does. Read my comment again, carefully. And see the docs, option report_safe in the section Basic Message Tagging Options. http://spamassassin.apache.org/doc/Mail_SpamAssassin_Conf.html -- 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; }}}