-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
send: avoid leaking bcc addresses to all recipients
Depending on the provider/backend which is sending the email, the Bcc headers may or may not be stripped. Make sure to remove them from aerc before sending (and optionally copying) the message. Add an accounts.conf option to preserve them if needed. Fixes: https://todo.sr.ht/~rjarry/aerc/283 Changelog-fixed: Some SMTP servers do not strip `Bcc` headers. aerc now removes them before sending emails to avoid leaking private information. A new `strip-bcc = false` option can be used in `accounts.conf` to revert to previous behaviour (preserve _Bcc_ headers in outgoing messages). Signed-off-by: Robin Jarry <[email protected]> Reviewed-by: Diederik de Haas <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters