diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-03-15 11:37:21 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-03-15 11:37:21 +0000 |
commit | 7f45268c9e24a11001679f1e50b1ac77b43e8aa9 (patch) | |
tree | 6359505ac97ba63206e085dfcc5c9368a3d8d846 /doc | |
parent | 441b73cf02d8657de2ff8b72cf524e87a408a98e (diff) |
Forbid both "unseen" and "one_time" on redirect routers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ba0f2633c..2ad7d4c07 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.88 2005/03/09 14:41:00 tom Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.89 2005/03/15 11:37:21 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -25,6 +25,12 @@ PH/02. Installed a slightly modified version of Nikos Mavrogiannopoulos' patch means that you can't go back to an older release without removing the file. +PH/03. A redirect router that has both "unseen" and "one_time" set does not + work if there are any delivery delays because "one_time" forces the + parent to be marked "delivered", so its unseen clone is never tried + again. For this reason, Exim now forbids the simultaneous setting of + these two options. + A note about Exim versions 4.44 and 4.50 ---------------------------------------- |