diff options
author | Tony Finch <dot@dot.at> | 2008-09-01 11:07:54 +0000 |
---|---|---|
committer | Tony Finch <dot@dot.at> | 2008-09-01 11:07:54 +0000 |
commit | 941c8a88078b7e71488a0ea118d831ab5fc15749 (patch) | |
tree | d86b2844bc3daeda6d96997e3add7d1b80bc97fd | |
parent | 1af4e1f4050add067ac7b83d85e1c946cf4ffc4f (diff) |
Correct name of the selector is received_recipients, not log_recipients.
Fixes: bug#755
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 4fc215808..d0bec88e6 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.45 2008/08/05 10:09:35 fanf2 Exp $ +. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.46 2008/09/01 11:07:54 fanf2 Exp $ . . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the Exim Manual. It is an xfpt document that is @@ -25079,7 +25079,7 @@ the sending entity receives a &"success"& response. However, &%discard%& causes recipients to be discarded. If it is used in an ACL for RCPT, just the one recipient is discarded; if used for MAIL, DATA or in the non-SMTP ACL, all the message's recipients are discarded. Recipients that are discarded before DATA -do not appear in the log line when the &%log_recipients%& log selector is set. +do not appear in the log line when the &%received_recipients%& log selector is set. If the &%log_message%& modifier is set when &%discard%& operates, its contents are added to the line that is automatically written to the log. |