On Mon, 2010-05-24 at 09:27 -0400, Jason Bertoch wrote: > A user reported the following FN [...]
It is not a FN. It isn't even a proper message. That's some headers, plus a screen-scraped, rendered version of the message, including the most common headers displayed to the user. Without a RAW sample, there isn't much we could do. And no, the results posted by some helpful folks are irrelevant, cause they fed SA that non- sample. -- 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; }}}