diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-08-08 00:19:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-08-08 00:19:43 +0100 |
commit | 730acb14092de4443ba3c5c38532f3ca9b3e75d3 (patch) | |
tree | ca0245c2f58c3e4338ece1cb997cc52f9be23831 | |
parent | 86d51a7b1055b6fad9a4add3b42efd40328b5130 (diff) |
Docs: add warning on use of envelope_to_add
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index cea21a18f..f13e58b79 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -22498,6 +22498,14 @@ header, Exim has a configuration option (&%envelope_to_remove%&) which requests its removal from incoming messages, so that delivered messages can safely be resent to other recipients. +.new +&*Note:*& If used on a transport handling multiple recipients +(the smtp transport unless &%rcpt_max%& is 1, the appendfile, pipe or lmtp +transport if &%batch_max%& is greater than 1) +then information about Bcc recipients will be leaked. +Doing so is generally not advised. +.wen + .option event_action transports string&!! unset .cindex events |