diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2016-10-03 02:43:20 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2016-10-03 02:43:20 +0000 |
commit | 95baa25ff0d2a02117932c5f9bc965a347945e1f (patch) | |
tree | 671679e04eb596272d339a17d24642a25374fd2b /doc/misc/message.texi | |
parent | f1247f069e6a908595748c315948c636962b60dc (diff) | |
download | emacs-95baa25ff0d2a02117932c5f9bc965a347945e1f.tar.gz |
* doc/misc/message.texi (Bcc Warning):
Document mml-secure-safe-bcc-list.
Diffstat (limited to 'doc/misc/message.texi')
-rw-r--r-- | doc/misc/message.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 761fb772f46..2e664b9a0f3 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -1326,7 +1326,13 @@ OpenPGP) or @code{mml-secure-smime-encrypt-to-self} (for The @code{Bcc} header is meant to hide recipients of messages. However, when encrypted messages are used, the e-mail addresses of all @code{Bcc}-headers are given away to all recipients without -warning, which is a bug, see +warning, which is a bug. +@vindex mml-secure-safe-bcc-list +But now Message got to warn if Bcc recipients are found in an encrypted +message when you are just about to send it. If you are sure those +@code{Bcc} addresses are safe to expose, set the +@code{mml-secure-safe-bcc-list} variable, that is a list of e-mail +addresses. See @uref{https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18718}. |