diff options
author | Nicolas R <nicolas@atoomic.org> | 2020-09-24 15:38:24 -0600 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-09-25 14:56:13 +0200 |
commit | fdf263214d6536aba14944283ffc131597870a46 (patch) | |
tree | 374f78b168957d79dd6a8094446f32b8ca36e8cd /src | |
parent | 3521c45bbdb90a8585057dab36ec49f854b1dc40 (diff) |
Docs: Fix various typos (Closes 2650, 2651)
Diffstat (limited to 'src')
-rw-r--r-- | src/src/configure.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/configure.default b/src/src/configure.default index 946137fc9..2fecae2a0 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -540,11 +540,11 @@ acl_check_rcpt: # to the first recipient must be deferred unless the sender talks PRDR. # # defer !condition = $prdr_requested - # condition = ${if > {0}{$receipients_count}} + # condition = ${if > {0}{$recipients_count}} # condition = ${if !eq {$acl_m_content_filter} \ # {${lookup PER_RCPT_CONTENT_FILTER}}} # warn !condition = $prdr_requested - # condition = ${if > {0}{$receipients_count}} + # condition = ${if > {0}{$recipients_count}} # set acl_m_content_filter = ${lookup PER_RCPT_CONTENT_FILTER} ############################################################################# |