On Tue, 2008-06-24 at 09:54 +0100, Justin Mason wrote: > > this string has been cropping up a lot in the SOUGHT rules recently; > it appears a spammer is using it:
FWIW, my devel OPERA_MID_* rules are designed to trigger on these recent forgery. :) guenther -- char *t="[EMAIL PROTECTED]"; 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; }}}