> you need to show the raw body. http://ec=xz... is invalid and results > in an error when I click on. even with quoted printable, it is still > invalid because '=' must be followed by hex characters (0-9a-fA-F).
Dude, see the OP. :) He did provide the full, raw message. This very snippet is just a bad (later) paste, and perfectly explains the wrong assumption about this being an invalid char inside the URL. 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; }}}