Re: [exim] Performing some action is pipe results in an erro…

Inizio della pagina
Delete this message
Reply to this message
Autore: Robert Nicholson
Data:  
To: exim-users
Oggetto: Re: [exim] Performing some action is pipe results in an error?
From reading the documentation it doesn't look like it's possible to access
the return code of the pipe in order to conditionally take some action.

On 3/24/08, Robert Nicholson <robert.nicholson@???> wrote:
>
> If I'm using pipe in .forward and I'm piping to a perlscript and lets say
> that perlscript has a syntax error that prevents it from running.
>
> Is there anyway I can check the result of the pipe in order to do a "save"
> of the message?
>
> currently I'm savnig messages prior to the pipe in a backup folder but
> that's way more than I'd like to save.
>