fanf2 2008/09/01 12:07:55 BST
Modified files:
exim-doc/doc-docbook spec.xfpt
Log:
Correct name of the selector is received_recipients, not log_recipients.
Fixes: bug#755
Revision Changes Path
1.46 +1 -1 exim/exim-doc/doc-docbook/spec.xfpt
Index: spec.xfpt
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-docbook/spec.xfpt,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- spec.xfpt 5 Aug 2008 10:09:35 -0000 1.45
+++ spec.xfpt 1 Sep 2008 11:07:54 -0000 1.46
@@ -1,4 +1,4 @@
-. $Cambridge: exim/exim-doc/doc-docbook/spec.xfpt,v 1.45 2008/08/05 10:09:35 fanf2 Exp $
+. $Cambridge: exim/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 @@
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.