summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <nicolas@atoomic.org>2020-09-24 15:38:24 -0600
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2020-09-25 14:56:13 +0200
commitfdf263214d6536aba14944283ffc131597870a46 (patch)
tree374f78b168957d79dd6a8094446f32b8ca36e8cd
parent3521c45bbdb90a8585057dab36ec49f854b1dc40 (diff)
Docs: Fix various typos (Closes 2650, 2651)
-rw-r--r--doc/doc-txt/ChangeLog6
-rw-r--r--src/src/configure.default4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index cb92a601a..34ce96d5f 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -139,9 +139,9 @@ JH/04 Support CHUNKING from an smtp transport using a transport_filter, when
DKIM signing is being done. Previously a transport_filter would always
disable CHUNKING, falling back to traditional DATA.
-JH/05 Regard command-line receipients as tainted.
+JH/05 Regard command-line recipients as tainted.
-JH/06 Bug 340: Remove the daemon pid file on exit, whe due to SIGTERM.
+JH/06 Bug 340: Remove the daemon pid file on exit, when due to SIGTERM.
JH/07 Bug 2489: Fix crash in the "pam" expansion condition. It seems that the
PAM library frees one of the arguments given to it, despite the
@@ -803,7 +803,7 @@ JH/11 The runtime Berkeley DB library version is now additionally output by
"exim -d -bV". Previously only the compile-time version was shown.
JH/12 Bug 2230: Fix cutthrough routing for nonfirst messages in an initiating
- SMTP connection. Previously, when one had more receipients than the
+ SMTP connection. Previously, when one had more recipients than the
first, an abortive onward connection was made. Move to full support for
multiple onward connections in sequence, handling cutthrough connection
for all multi-message initiating connections.
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}
#############################################################################