// COMPLETE THREAD

Re: Using Hotmail as an exit remailer

1 expanded post ยท every known parent and child

NODE 6c08a9b7Re: Using Hotmail as an exit remailer
Looks like hotmail is double spacing the output.  Easily fixed, change

  $msg = &escapetext(join("\r\n", <STDIN>));
to
  $msg = &escapetext(join("", <STDIN>));


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com