summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-12 15:41:27 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-12 15:41:27 +0000
commit6729cf789b50c427ecaf60fe1cf1b486ee9a71a8 (patch)
tree006feed78e47f67c35b0c0258f4a9242bf30e6c2 /doc
parent2f6603e10b49b7fe0f23d1e810f5b43b5ddae3e8 (diff)
Use "system" message for $acl_verify_message if there is no "user"
message.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index ea2685f10..ac63deb12 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.67 2005/01/12 12:51:54 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.68 2005/01/12 15:41:27 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -304,6 +304,11 @@ Exim version 4.50
negated items (that is, ~something) in unsigned ints. Some compilers
apparently mutter when there is no cast.
+70. If an address verification called from an ACL failed, and did not produce a
+ user-specific message (i.e. there was only a "system" message), nothing was
+ put in $acl_verify_message. In this situation, it now puts the system
+ message there.
+
Exim version 4.43
-----------------