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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Robert Nicholson
日付:  
To: exim-users
題目: 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.
>