diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-11 11:40:36 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-11 11:40:36 +0000 |
commit | d4eb88df5bdd76827decfbaed23341ba775fa03e (patch) | |
tree | 4d68bd9754ddcb4c113603e338c318921a949e35 /doc/doc-txt | |
parent | 981756dbc52b48a213522a9b0fcae82dfcf59352 (diff) |
(1) $host_address now contains the target address when processing
ignore_target_hosts; (2) extremely unlikely bug in ipliteral router
fixed: if ignore_target_hosts called for a host name, it wouldn't have
worked.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
2 files changed, 14 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d1c3802d9..03a41b4dd 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.21 2004/11/10 15:21:16 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.22 2004/11/11 11:40:36 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -77,6 +77,15 @@ Exim version 4.44 21. The rare case of EHLO->STARTTLS->HELO was setting the protocol to "smtp". It is now set to "smtps". +22. $host_address is now set to the target address during the checking of + ignore_target_hosts. + +23. When checking ignore_target_hosts for an ipliteral router, no host name was + being passed; this would have caused $sender_host_name to have been used if + matching the list had actually called for a host name (not very likely, + since this list is usually IP addresses). A host name is now passed as + "[x.x.x.x]". + Exim version 4.43 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 19150e85f..6de893814 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.8 2004/11/10 10:29:56 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.9 2004/11/11 11:40:36 ph10 Exp $ New Features in Exim -------------------- @@ -67,6 +67,9 @@ Version 4.44 monitoring the behaviour of the daemon without creating as much output as full debugging. + 9. $host_address is now set to the target address during the checking of + ignore_target_hosts. + Version 4.43 |