summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-27 15:57:51 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-27 15:57:51 +0000
commit04f7d5b98fab7d9bc5026b3095fc32f69dc6eac3 (patch)
treed1bc3828fdeb7613d887ee5166c06b44db5e62bd /doc
parentd17610eb5e5c37609dac69f50986fe0943edf135 (diff)
log_message on a "discard" verb was not working for the DATA or non-SMTP
ACLs.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index eaec31c78..904df107a 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.76 2005/01/27 15:00:39 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.77 2005/01/27 15:57:51 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -361,6 +361,10 @@ Exim version 4.50
76. Arrange for output from Perl's "warn" command to be written to Exim's main
log by default. The user can override this with suitable Perl magic.
+77. The use of log_message on a "discard" ACL verb, which is supposed to add to
+ the log message when discard triggers, was not working for the DATA ACL or
+ for the non-SMTP ACL.
+
----------------------------------------------------
See the note above about the 4.44 and 4.50 releases.