Author: John W. Baxter Date: To: exim-users Subject: Re: [exim] Problem with "pipe"
On 1/26/06 7:33 AM, "Luca Bertoncello" <bertoncello@???> wrote:
> Tony Finch <dot@???> schrieb:
>
>> On Thu, 26 Jan 2006, Luca Bertoncello wrote:
>>>
>>> How I do it? I didn't know that I can have a debugging mode...
>>
>> Use the -d command line option. Have a look at the spec for more details.
>
> I see many items, and these are interesting:
>
> 7553 journalling |/tmp/script.pl /tmp/test.ml:mailing@???
> 7553 address_pipe transport returned OK for |/tmp/script.pl /tmp/test.ml
> 7553 post-process |/tmp/script.pl /tmp/test.ml (0)
> 7553 LOG: MAIN
> 7553 ** |/tmp/script.pl /tmp/test.ml <mailing@???>
> R=localRedirect_gw T=address_pipe: return message generated
> 7553 >>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>
The script IS putting something out (for the sender(s) for which this
happens. The goal is to find out what.
Try adding the log_output option to the pipe transport. (This may or may
not help, as only the first line of output is logged...with luck the first
line won't be empty, and you can find it in the script.) See also some
related pipe transport options.