diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-13 16:23:57 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-13 16:23:57 +0000 |
commit | dac79d3efbba76b420f6d89cdb1dcd276e2ced00 (patch) | |
tree | 6de106575c73ba1a7eff225cf349cda23a0169f9 /doc | |
parent | 5ef84b087416869812225248c79ad317170e4130 (diff) |
Fix "(during SMTP connection from NULL)" bug.
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 4aeffb78d..6febd4d85 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.294 2006/02/13 12:02:59 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.295 2006/02/13 16:23:57 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -143,6 +143,11 @@ PH/25 Do not write to syslog when running in the test harness. The only PH/26 Added the /no_tell option to "control=freeze". +PH/27 If a host name lookup failed very early in a connection, for example, if + the IP address matched host_lookup and the reverse lookup yielded a name + that did not have a forward lookup, an error message of the form "no IP + address found for host xxx.xxx.xxx (during SMTP connection from NULL)" + could be logged. Now it outputs the IP address instead of "NULL". Exim version 4.60 |