X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/b2f5a03200c914f601bc9d28c6e069316a3b20eb..c25242d781667319938db77399e2073ba9e798f8:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6feabf5d2..b9ddc75d2 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.251 2005/10/20 14:03:22 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.253 2005/11/10 15:00:46 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -38,8 +38,19 @@ PH/03 For some reason, the default setting of PATH when running a command from a pipe transport was just "/usr/bin". I have changed it to "/bin:/usr/bin". -PH/04 SUPPORT_TRANSLATE_IP_ADDRESS did not cause anything to be listed in the - output from -bV. +PH/04 SUPPORT_TRANSLATE_IP_ADDRESS and MOVE_FROZEN_MESSAGES did not cause + anything to be listed in the output from -bV. + +PH/05 When a filter generated an autoreply, the entire To: header line was + quoted in the delivery log line, like this: + + => >A.N.Other ... + + This has been changed so that it extracts the operative address. There + may be more than one such address. If so, they are comma-separated, like + this: + + => >ano@some.domain,ona@other.domain ... Exim version 4.54