diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-22 15:28:20 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-22 15:28:20 +0000 |
commit | 5dd9625b6653667ecf90dae1b1a25e67940e2fbb (patch) | |
tree | 2b751c38c411b03c8a080f734a706e64c3705c03 /doc/doc-txt/ChangeLog | |
parent | 64ffc24f33f1113403faf2714dd39dd12d6f53fd (diff) |
Fix comparison of [IPv6:....] to sender host address for
$sender_rcvhost.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 81029b4ca..8eddabf4b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.207 2005/08/22 14:01:37 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.208 2005/08/22 15:28:20 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -107,6 +107,11 @@ PH/25 Make $smtp_command_argument available after all SMTP commands. This means that in an ACL for RCPT (for example), you can examine exactly what was received. +PH/26 Exim was recognizing IPv6 addresses of the form [IPv6:....] in EHLO + commands, but it was not correctly comparing the address with the actual + client host address. Thus, it would show the EHLO address in Received: + header lines when this was not necessary. + Exim version 4.52 ----------------- |