Re: [Exim] Problem with copied mails ...

Top Page
Delete this message
Reply to this message
Author: Tamas TEVESZ
Date:  
To: Roland Heiber
CC: exim-users
Subject: Re: [Exim] Problem with copied mails ...
On Thu, 14 Mar 2002, Roland Heiber wrote:

> #!/usr/bin/perl


undef $/;

> open(FILE,">>/var/spool/mail/mailout");
> while (<STDIN>) {
> print FILE $_; # print to file for saving
> print $_; # print to stdout for delivery
> }
> close(FILE);


--
[-]