On Wed, 25 Feb 1998, Alan B. Clegg wrote:
> Is there any flag to set that will allow me to continue running unmodified
> (I've currently commented out all the prints to STDERR in digest) code that
> prints to STDERR without Exim considering this an error? Yes, writing to
> STDERR is ugly, but STDOUT is being used to produce the digest.
When Exim runs a pipe, both STDOUT and STDERR are pointed at the same
file descriptor. (The manual doesn't say this. I will cause it to do so
next time round.) The return_output and return_fail_output options on
the pipe transport specify what happens to this output. There is no way
to separate what happens to STDOUT and STDERR.
--
Philip Hazel University Computing Service,
ph10@??? New Museums Site, Cambridge CB2 3QG,
P.Hazel@??? England. Phone: +44 1223 334714
--
*** Exim information can be found at
http://www.exim.org/ ***