From 24aedfd21786fedd6081f67fa2bef93316284dea Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:22:04 -0400 Subject: [PATCH] Add `of` to `control=fakereject` --- docbook/4.96.2/spec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/4.96.2/spec.xml b/docbook/4.96.2/spec.xml index 9ac15c4..724467f 100644 --- a/docbook/4.96.2/spec.xml +++ b/docbook/4.96.2/spec.xml @@ -61195,7 +61195,7 @@ use if the message is to be delivered normally. This control is permitted only for the MAIL, RCPT, and DATA ACLs, in other words, only when an SMTP message is being received. If Exim accepts the -message, instead the final 250 response, a 550 rejection message is sent. +message, instead of the final 250 response, a 550 rejection message is sent. However, Exim proceeds to deliver the message as normal. The control applies only to the current message, not to any subsequent ones that may be received in the same SMTP connection.