diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-02-21 23:51:57 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-02-22 00:01:35 +0000 |
commit | 82c0c8ea2f3fe5524740c4b46bd9dc907b9d555d (patch) | |
tree | 57ed62e9d005d007d2f5f4007c47fdab729d9f6f /doc/doc-docbook | |
parent | ac9a0d9193d7d7ccd27aa8ebf31eb484182c3db4 (diff) |
Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 2 insertions, 2 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 |