diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-20 14:29:31 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-20 14:29:31 +0000 |
commit | 55728a4f2bbb52eb648380b40ebb4e44db590039 (patch) | |
tree | 2156a0f4d57607aae37ed03379339d0320b06d51 /doc | |
parent | 30e1880253102a06cd17d0c3c2ff1835c92a3da7 (diff) |
Don't set $sender_host_name if forward lookup of name obtained from
reverse lookup times out.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 629762d4c..2629276fe 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.438 2006/11/20 13:53:44 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.439 2006/11/20 14:29:31 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -330,7 +330,9 @@ PH/47 Put in an explicit test for a DNS lookup of an address record where the those revolvers/nameservers that support "A-for-A" lookups, in contravention of the specifications. - +PH/48 When a host name was looked up from an IP address, and the subsequent + forward lookup of the name timed out, the host name was left in + $sender_host_name, contrary to the specification. Exim version 4.63 |