Re: [Exim] Script

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Chris Thompson
Fecha:  
A: exim-users
Asunto: Re: [Exim] Script
"Bernhard R. Erdmann" <be@???> writes:
>
>> 2001-05-17 18:24:54 150Qa6-0003jH-00 ** |/home/kalle/kalle.pl <kalle@???>
>> D=kalle_aliases T=address_pipe: Child process of address_pipe transport returned
>> 13 from command: /home/kalle/kalle.pl
>
>Signal 13 is SIGPIPE. I assume your script stopped reading stdin.


Exim distinguishes, I believe and hope, between processes being terminated
by a signal and giving a non-zero return code. If one had to guess what
return code 13 meant without knowing the innards of /home/kalle/kalle.pl,
then one might hazard that it was an errno=EACCES ("Permission denied")
being turned into an exit code.

Chris Thompson
Email: cet1@???