/[webmail]/cgi-bin/sendform.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /cgi-bin/sendform.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dpavlin, Wed Apr 19 09:23:35 2000 UTC revision 1.4 by dpavlin, Wed Apr 19 11:43:21 2000 UTC
# Line 44  $cache      = $in{'cache'}; Line 44  $cache      = $in{'cache'};
44  @bodylines=split("\n",$body);  @bodylines=split("\n",$body);
45  $body="";  $body="";
46  foreach (@bodylines) {  foreach (@bodylines) {
47                  $body.="> ".$_;                  $body.="> $_\n";
48          }  }
49    
50  $sender = $loginname."\@".$POPserver;  $sender = $loginname."\@".$POPserver;
51  $addrvrfyed=$sender;  $addrvrfyed=$sender;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26