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

Góra strony
Delete this message
Reply to this message
Autor: Tamas TEVESZ
Data:  
Dla: Roland Heiber
CC: exim-users
Temat: 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);


--
[-]