diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-26 13:41:13 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-28 09:30:27 +0100 |
commit | 1ed0d29b0be055473fbcc70f1e4c596bd81442f5 (patch) | |
tree | 5444a8048c6d2ebe825bbc00f3f901a3775b59c3 /doc | |
parent | 31f5b3492bde6a055c0c349a3d46718bd5a7e4f0 (diff) |
Docs: enhance section on redirect router :defer: & :fail:
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 68d9c056f..dfbd7a41a 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -21515,7 +21515,7 @@ The text is not included in the response to an EXPN command. In non-SMTP cases the text is included in the error message that Exim generates. .cindex "SMTP" "error codes" -By default, Exim sends a 451 SMTP code for a &':defer:'&, and 550 for +By default for verify, Exim sends a 451 SMTP code for a &':defer:'&, and 550 for &':fail:'&. However, if the message starts with three digits followed by a space, optionally followed by an extended code of the form &'n.n.n'&, also followed by a space, and the very first digit is the same as the default error |