diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-11-15 11:23:43 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-11-15 11:23:43 +0000 |
commit | 096fee002700c404bfaa504ff0979c76b361782d (patch) | |
tree | a343714ece69bad8508f0a2fed7900a06f55c3e6 /doc | |
parent | f091772774d0a744c3b8488575fc28205e6994b4 (diff) |
In autoreply, treat an empty string for "once" the same as unset.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index fdc52d7dd..8dce076fa 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.263 2005/11/15 11:19:38 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.264 2005/11/15 11:23:43 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -134,6 +134,8 @@ PH/15 If the first argument of "${if match_address" was not empty, but did not contain an "@" character, Exim crashed. Now it writes a panic log message and treats the condition as false. +PH/16 In autoreply, treat an empty string for "once" the same as unset. + Exim version 4.54 ----------------- |