diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-05 13:24:10 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-05 13:24:10 +0000 |
commit | 2b1c6e3a3a41b680dcefcb87d6c373431f718607 (patch) | |
tree | f0fe3eebc393589d774a0d47c93e3b23ab5a184d /doc | |
parent | 944e9e9cf011263364695ebc7698bb37b538cfe1 (diff) |
(1) Update version number to 4.64. (2) Ignore callout cached information
that MAIL FROM:<> is rejected when verifying a recipient using a
non-null MAIL address.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3187570b8..6e70b4f13 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.386 2006/08/21 11:31:43 fanf2 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.387 2006/09/05 13:24:10 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -11,6 +11,18 @@ TF/01 In the add_headers option to the mail command in an Exim filter, header after the first one which had an odd number of characters in the field name. +PH/01 If a server that rejects MAIL FROM:<> was the target of a sender + callout verification, Exim cached a "reject" for the entire domain. This + is correct for most verifications, but it is not correct for a recipient + verification with use_sender or use_postmaster set, because in that case + the callout does not use MAIL FROM:<>. Exim now distinguishes the special + case of MAIL FROM:<> rejection from other early rejections (e.g. + rejection of HELO). When verifying a recipient using a non-null MAIL + address, the cache is ignored if it shows MAIL FROM:<> rejection. + Whatever the result of the callout, the value of the domain cache is + left unchanged (for any other kind of callout, getting as far as trying + RCPT means that the domain itself is ok). + Exim version 4.63 ----------------- |