On Mon, 2014-08-11 at 22:57 +0300, Jari Fredriksson wrote: > * 1.8 DKIM_ADSP_DISCARD No valid author signature, domain signs all mail > * and suggests discarding the rest
> This is a corner case. I got it tagged, but probably just because I > tested it later and URIBL has it now. Minus the 1.8 score for DKIM_ADSP_DISCARD, it wouldn't have crossed the 5.0 threshold for you either. Seeing all those x instead of (real|user|host) names and domains, it seems safe to assume the unredacted message does not claim to be sent from an x.com address... ;) -- 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; }}}