diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-05-31 23:08:56 +0200 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-13 19:04:26 +0100 |
commit | 65e061b76867a9ea7aeeb535341b790b90ae6c21 (patch) | |
tree | 20a2ebccbb2a1f3ed9798bf574ebf26c9e88f34c /doc/doc-docbook/spec.xfpt | |
parent | 31323b30449a59713ed7a99f86e356cb1b9d0fb7 (diff) |
Cleanup (prevent repeated use of -p/-oMr to avoid mem leak)
Diffstat (limited to 'doc/doc-docbook/spec.xfpt')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 06373ccde..7816bc26d 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -4274,7 +4274,7 @@ or &%-bs%& is used. For &%-bh%&, the protocol is forced to one of the standard SMTP protocol names (see the description of &$received_protocol$& in section &<<SECTexpvar>>&). For &%-bs%&, the protocol is always &"local-"& followed by one of those same names. For &%-bS%& (batched SMTP) however, the protocol can -be set by &%-oMr%&. +be set by &%-oMr%&. Repeated use of this option is not supported. .vitem &%-oMs%&&~<&'host&~name'&> .oindex "&%-oMs%&" @@ -4374,6 +4374,7 @@ host name and its colon can be omitted when only the protocol is to be set. Note the Exim already has two private options, &%-pd%& and &%-ps%&, that refer to embedded Perl. It is therefore impossible to set a protocol value of &`d`& or &`s`& using this option (but that does not seem a real limitation). +Repeated use of this option is not supported. .vitem &%-q%& .oindex "&%-q%&" |