summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-06-30 13:36:38 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-06-30 13:36:38 +0100
commit9d7255ec367cc0dd3e0faa19b0f42c410c25afdb (patch)
treedc51aebb1c205e17d3e1324cac44388607f3ac7e /doc
parent5c0ee71aefd482e1bfa8720b62e46bfce280a6a3 (diff)
downloadexim4-9d7255ec367cc0dd3e0faa19b0f42c410c25afdb.tar.gz
Docs: clarify recipient-checking ACL conditions applicability
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index deee95a9b..8031edf20 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -32262,7 +32262,7 @@ different variants of this condition to describe briefly here. See sections
.cindex "domain" "ACL checking"
.cindex "&ACL;" "testing a recipient domain"
.vindex "&$domain_data$&"
-This condition is relevant only after a RCPT command. It checks that the domain
+This condition is relevant only in a RCPT ACL. It checks that the domain
of the recipient address is in the domain list. If percent-hack processing is
enabled, it is done before this test is done. If the check succeeds with a
lookup, the result of the lookup is placed in &$domain_data$& until the next
@@ -32330,7 +32330,7 @@ which gives a custom error message for each denied host.
.cindex "local part" "ACL checking"
.cindex "&ACL;" "testing a local part"
.vindex "&$local_part_data$&"
-This condition is relevant only after a RCPT command. It checks that the local
+This condition is relevant only in a RCPT ACL. It checks that the local
part of the recipient address is in the list. If percent-hack processing is
enabled, it is done before this test. If the check succeeds with a lookup, the
result of the lookup is placed in &$local_part_data$&, which remains set until
@@ -32364,7 +32364,7 @@ messages. Details are given in section &<<SECTratelimiting>>&.
.cindex "&%recipients%& ACL condition"
.cindex "recipient" "ACL checking"
.cindex "&ACL;" "testing a recipient"
-This condition is relevant only after a RCPT command. It checks the entire
+This condition is relevant only in a RCPT ACL. It checks the entire
recipient address against a list of recipients.
.vitem &*regex&~=&~*&<&'list&~of&~regular&~expressions'&>