1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 16:52:41 +01:00

Document that disabling "metamta.one-mail-per-recipient" leaks recipients for "Must Encrypt"

Summary:
Depends on D19013. Ref T13053. When mail is marked "Must Encrypt", we normally do not include recipient information.

However, when `metamta.one-mail-per-recipient` is disabled, the recipient list will leak in the "To" and "Cc" headers. This interaction is probably not very surprising, but document it explicitly for completeness.

(Also use "Mail messages" instead of "Mails".)

Test Plan: Read documentation in the "Config" application.

Reviewers: amckinley

Maniphest Tasks: T13053

Differential Revision: https://secure.phabricator.com/D19014
This commit is contained in:
epriestley 2018-02-07 03:49:16 -08:00
parent aa74af1983
commit 6e5df2dd71

View file

@ -66,7 +66,9 @@ of each approach are:
received a similar message, but can not prevent all stray email arising received a similar message, but can not prevent all stray email arising
from "Reply All". from "Reply All".
- Not supported with a private reply-to address. - Not supported with a private reply-to address.
- Mails are sent in the server default translation. - Mail messages are sent in the server default translation.
- Mail that must be delivered over secure channels will leak the recipient
list in the "To" and "Cc" headers.
- One mail to each user: - One mail to each user:
- Policy controls work correctly and are enforced per-user. - Policy controls work correctly and are enforced per-user.
- Recipients need to look in the mail body to see To/Cc. - Recipients need to look in the mail body to see To/Cc.
@ -77,7 +79,7 @@ of each approach are:
- "Reply All" will never send extra mail to other users involved in the - "Reply All" will never send extra mail to other users involved in the
thread. thread.
- Required if private reply-to addresses are configured. - Required if private reply-to addresses are configured.
- Mails are sent in the language of user preference. - Mail messages are sent in the language of user preference.
EODOC EODOC
)); ));