diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-10 11:13:09 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-10 11:13:09 +0000 |
commit | 22c3b60b40edbe58c8b5f5237dd6b995032cca03 (patch) | |
tree | 7432997c3a17b51f1efb8bb6601eee9b053540dc /doc | |
parent | e5a9dba621b4301bfbe2bc05576ddc5ec752b1b5 (diff) |
1. Preserve underlying transport filter timeout message if a pipe
command ends in failure.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 18113c2f1..e26eac4bb 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.134 2005/05/10 10:19:11 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.135 2005/05/10 11:13:09 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -9,6 +9,11 @@ Exim version 4.52 TF/01 Added support for Client SMTP Authorization. See NewStuff for details. +PH/01 When a transport filter timed out in a pipe delivery, and the pipe + command itself ended in error, the underlying message about the transport + filter timeout was being overwritten with the pipe command error. Now the + underlying error message should be appended to the second error message. + Exim version 4.51 ----------------- |