summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-11-10 15:00:46 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-11-10 15:00:46 +0000
commitc25242d781667319938db77399e2073ba9e798f8 (patch)
tree3223fa61dee6df2c36f43d5152bfd7294da4d7e1 /doc
parent068aaea8b5ac80809a1b860f63c625b3ea389ded (diff)
Log only the actual address (not the whole To: header) when generating
an autoreply from a filter.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 3a03c80cc..b9ddc75d2 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.252 2005/10/20 15:19:13 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
-------------------------------------------
@@ -41,6 +41,17 @@ PH/03 For some reason, the default setting of PATH when running a command from
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 <ano@some.domain> <original@ddress> ...
+
+ 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 <original@ddress> ...
+
Exim version 4.54
-----------------