On Fri, 2009-08-21 at 17:29 -0500, McDonald, Dan wrote: > On Sat, 2009-08-22 at 00:24 +0200, mouss wrote: > > at a time where we search for complex obfuscations, you think we are > > silly to use rules that only match 1 space? > > besides, unless you use a rawbody rule, the text regularization would > reduce your multiple spaces into a single space...
Dan was talking about a Subject header rule, which also preserves... You are correct though, the rendered and normalized body including the Subject as first line would revert the "obfuscation" of double spaces. Anyway, I didn't really feel like commenting on "white washing" a plain string by adding spaces as Dan did, and I still guess I'd better not comment on this part... -- 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; }}}