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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Tamas TEVESZ
Data:  
Para: Roland Heiber
CC: exim-users
Asunto: 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);


--
[-]