Re: [Exim] Help on virus scan pipe.

Top Page
Delete this message
Reply to this message
Author: Matt Bernstein
Date:  
To: Jason C. Leach
CC: Tamas TEVESZ, John Burnham, exim-users
Subject: Re: [Exim] Help on virus scan pipe.
you might like to set "path = {whatever your $PATH is when you run it
from your shell}" in your transport. This bit me in perl once when the
Hostname module couldn't find the "hostname" program!

HTH,

Matt

On Jun 16 Jason C. Leach wrote:

>I don't think the python script is executing. I just have it write a line
>of text to a file, and it does not seem to be doing that. Works fine from
>the command line.


>> On Fri, 15 Jun 2001, John Burnham wrote:
>>
>> > Your Python script exited and returned 1 - make sure the script is set up to
>> > return 0 if it completes successfully. Anything else and the pipe stuff
>> > assumes that there was a problem and gives you the error message you've