summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-12-12 11:41:50 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-12-12 11:41:50 +0000
commit911f6fde86bcc031ffd71f05651348c03622a6a0 (patch)
tree1e7ed180230d4604ec6d40db6b8ff5bd94995eac /doc
parentc8ea159758f4f58b63cebc77067f53264a10f0cf (diff)
Don't ignore group on a router when the transport has no user/group
setting.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e38a7f95e..83b4de2d7 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.272 2005/12/12 11:02:44 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.273 2005/12/12 11:41:50 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -26,6 +26,9 @@ PH/04 Changed $reply_address to use the raw form of the headers instead of the
newlines turned into spaces so that the autoreply transport does not
grumble.
+PH/05 If group was specified without a user on a router, and no group or user
+ was specified on a transport, the group from the router was ignored.
+
Exim version 4.60
-----------------