X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/7102e136b439b6e92317b484192f1357b1e1121a..1f5b4c3d3200be53a3a6f2bf6791b70fc543b32f:/doc/doc-txt/NewStuff?ds=sidebyside diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 11d7b3cc3..bf9890bb3 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.22 2004/12/21 12:21:46 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.23 2004/12/22 12:05:45 ph10 Exp $ New Features in Exim -------------------- @@ -238,6 +238,15 @@ Version 4.50 without component reversal and without the addition of in-addr.arpa or ip6.arpa. +21. Two changes related to the smtp_active_hostname option: + + (1) $smtp_active_hostname is now available as a variable. Its value + sticks with the message and is therefore available in routers and + transports at delivery time. + + (2) The default for smtp_banner uses $smtp_active_hostname instead + of $primary_hostname. + Version 4.43 ------------