summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-11-11 10:02:04 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-11-11 10:02:04 +0000
commit82c19f950c446354c9ef100e0f938ec61db25010 (patch)
treef4c3cd41a9e7cf92ca9559de101e0ae5a9ebea41 /doc
parentc25242d781667319938db77399e2073ba9e798f8 (diff)
1. Don't show helo=[<ip address>] unnecessarily. 2. Update old test
suite for recent changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index b9ddc75d2..a938e2643 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.253 2005/11/10 15:00:46 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.254 2005/11/11 10:02:04 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -52,6 +52,18 @@ PH/05 When a filter generated an autoreply, the entire To: header line was
=> >ano@some.domain,ona@other.domain <original@ddress> ...
+PH/06 When a client host used a correct literal IP address in a HELO or EHLO
+ command, (for example, EHLO [1.2.3.4]) and the client's IP address was
+ not being looked up in the rDNS to get a host name, Exim was showing the
+ IP address twice in Received: lines, even though the IP addresses were
+ identical. For example:
+
+ Received: from [1.2.3.4] (helo=[1.2.3.4])
+
+ However, if the real host name was known, it was omitting the HELO data
+ if it matched the actual IP address. This has been tidied up so that it
+ doesn't show the same IP address twice.
+
Exim version 4.54
-----------------