diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-01-27 10:26:14 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-01-27 10:26:14 +0000 |
commit | fe5b5d0bae5dfd455dfded22bd3c0eede07f7288 (patch) | |
tree | 56825748d2807d555196ab9fb417251c6d7b6794 /doc | |
parent | f055f31efca6f1beea3fb65a06e16265e481e63e (diff) |
defer_ok was not working if used on a callout with verify=header_sender.
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 ad25d718a..799999e70 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.74 2005/01/26 14:52:08 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.75 2005/01/27 10:26:14 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -346,6 +346,11 @@ Exim version 4.50 73. $host_lookup_deferred has been added, to make it easier to detect DEFERs during host lookups. +74. The defer_ok option of callout verification was not working if it was used + when verifying addresses in header lines, that is, for this case: + + verify = header_sender/callout=defer_ok + ---------------------------------------------------- See the note above about the 4.44 and 4.50 releases. |