--- remail.pl 2003/02/01 00:46:20 1.1 +++ remail.pl 2003/05/08 14:58:24 1.2 @@ -1,10 +1,12 @@ #!/usr/bin/perl -w +# # read mbox with error messages from mail server (like # Returned mail: Host unknown (Name server... # and dump e-mails which are returned so that they can be feeded # back to sendmail using # $ sendmail -t < mail.0 +# my $b; @@ -29,5 +31,4 @@ } $b=$_; } - - +