/[perl]/remail.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 /remail.pl

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

revision 1.1 by dpavlin, Sat Feb 1 00:46:20 2003 UTC revision 1.2 by dpavlin, Thu May 8 14:58:24 2003 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2    
3    #
4  # read mbox with error messages from mail server (like  # read mbox with error messages from mail server (like
5  # Returned mail: Host unknown (Name server...  # Returned mail: Host unknown (Name server...
6  # and dump e-mails which are returned so that they can be feeded  # and dump e-mails which are returned so that they can be feeded
7  # back to sendmail using  # back to sendmail using
8  # $ sendmail -t < mail.0  # $ sendmail -t < mail.0
9    #
10    
11  my $b;  my $b;
12    
# Line 29  while(<>) { Line 31  while(<>) {
31          }          }
32          $b=$_;          $b=$_;
33  }  }
34                                    
                           

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26