> On Mon, 24 Aug 2009, John Hardin wrote:
> > Are there any thunderbird devs lurking here? I've noticed something in
> > legit tbird mails that, if fixed, might make it easier to detect
> > forgeries...
>
> Er, never mind. My understanding of the standard was backwards.
And even if so, it would take about 5+ years until sufficient instances
have been updated to not result in too many FNs. If it is in widespread
use today, it is bound to stay for a long time...
--
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; }}}