diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-08 15:02:48 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-08 15:02:48 +0000 |
commit | 2d280592a7f859d1e06738d86c3bc43382f1b791 (patch) | |
tree | 204fb9a0092ff96be7196076361785dbb9412a23 /doc | |
parent | 78d6ddf8d63d20d7b33f66256ae0b2029104912b (diff) |
Incorrect port was logged when an SRV record specified a special port.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 2f3153030..62da9c879 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.202 2005/08/08 10:48:26 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.203 2005/08/08 15:02:48 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -73,6 +73,10 @@ PH/18 Reversed 4.52/PH/17 because the HP-UX user found it wasn't the cause PH/19 Added sqlite_lock_timeout option (David Woodhouse's patch). +PH/20 If a delivery was routed to a non-standard port by means of an SRV + record, the port was not correctly logged when the outgoing_port log + selector was set (it logged the transort's default port). + Exim version 4.52 ----------------- |