diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-14 11:22:23 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-14 11:22:23 +0000 |
commit | cd9868ec7872447f31efd5f175c7f3e90ac92657 (patch) | |
tree | 266206c98d19b36fb047f48e905be98c289d903f /doc | |
parent | 3ce625884681ded8f7e08565dc76ea42a19e3652 (diff) |
Fix manualroute bug for localhost following multihomed host.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 2ed229741..9140b63c7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.494 2007/03/13 16:37:57 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.495 2007/03/14 11:22:23 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -168,6 +168,13 @@ PH/38 The host_find_failed option in the manualroute router can now be set found. If all hosts are ignored, the behaviour is controlled by the new host_all_ignored option. +PH/39 In a list of hosts for manualroute, if one item (either because of multi- + homing or because of multiple MX records with /mx) generated more than + one IP address, and the following item turned out to be the local host, + all the secondary addresses of the first item were incorrectly removed + from the list, along with the local host and any following hosts (which + is what is supposed to happen). + Exim version 4.66 ----------------- |