diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-18 10:35:18 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-18 10:35:18 +0000 |
commit | 652e1b65a8d4aebc6e1cf0ec9b9a29320a5ce8ef (patch) | |
tree | 11de776f8ddf98eb4fd3bdd9cafbbc3ebfe586aa /doc | |
parent | 994a09e91130d52c4ae573cf7536eb68f1876883 (diff) |
errors_to on a router was being ignored for bounce messages.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 59bc0b94c..8eb25ac9e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.31 2004/11/17 16:12:26 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.32 2004/11/18 10:35:18 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -134,6 +134,10 @@ Exim version 4.44 is omitted, a false condition yields an empty string. This makes it less cumbersome to write custom ACL and router conditions. +34. Failure to deliver a bounce message always caused it to be frozen, even if + there was an errors_to setting on the router. The errors_to setting is now + respected. + Exim version 4.43 ----------------- |