summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-02-21 23:51:57 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-02-22 00:01:35 +0000
commit82c0c8ea2f3fe5524740c4b46bd9dc907b9d555d (patch)
tree57ed62e9d005d007d2f5f4007c47fdab729d9f6f /doc
parentac9a0d9193d7d7ccd27aa8ebf31eb484182c3db4 (diff)
Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt4
-rw-r--r--doc/doc-txt/ChangeLog5
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index af000dc8f..a647066ca 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -27105,8 +27105,8 @@ the feature was not requested by the client.
.cindex "QUIT, ACL for"
The ACL for the SMTP QUIT command is anomalous, in that the outcome of the ACL
does not affect the response code to QUIT, which is always 221. Thus, the ACL
-does not in fact control any access. For this reason, the only verbs that are
-permitted are &%accept%& and &%warn%&.
+does not in fact control any access. For this reason, it may only accept
+or warn as its final result.
This ACL can be used for tasks such as custom logging at the end of an SMTP
session. For example, you can use ACL variables in other ACLs to count
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index c9e35733e..b027a6611 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -70,11 +70,14 @@ JH/18 Bug 1581: Router and transport options headers_add/remove can
JH/19 Bug 392: spamd_address, and clamd av_scanner, now support retry
option values.
-JH/20 BUG 1571: Ensure that $tls_in_peerdn is set, when verification fails
+JH/20 Bug 1571: Ensure that $tls_in_peerdn is set, when verification fails
under OpenSSL.
JH/21 Support for the A6 type of dns record is withdrawn.
+JH/22 Bug 608: The result of a QUIT or not-QUIT toplevel ACL now matters
+ rather than the verbs used.
+
Exim version 4.85