--- cgi-bin/sendform.pl 2000/04/19 09:23:35 1.3 +++ cgi-bin/sendform.pl 2000/04/19 11:43:21 1.4 @@ -44,8 +44,8 @@ @bodylines=split("\n",$body); $body=""; foreach (@bodylines) { - $body.="> ".$_; - } + $body.="> $_\n"; +} $sender = $loginname."\@".$POPserver; $addrvrfyed=$sender;