-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5162 from rjbs/cyr-1422-private-mdn
Sieve: allow private Final-Recipient in rejects, allow non-Original-Recipient header for original recipient.
- Loading branch information
Showing
4 changed files
with
57 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Description: | ||
|
||
The new `sieve_mdn_original_recipient_header` allows an install to get the | ||
original recipient from a header other than Original-Recipient. | ||
|
||
|
||
Config changes: | ||
|
||
This adds `sieve_mdn_original_recipient_header`, a string option which, if set, | ||
will cause Cyrus to look for the original recipient of Sieve-rejected messages | ||
somewhere other than the `Original-Recipient` field of the messages. | ||
|
||
|
||
Upgrade instructions: | ||
|
||
No action required. | ||
|
||
|
||
GitHub issue: | ||
|
||
None. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Description: | ||
|
||
The new `sieve_mdn_private` option helps prevent leaking usernames. | ||
|
||
|
||
Config changes: | ||
|
||
This adds `sieve_mdn_private`, a yes/no option which, if set, will replace the | ||
username in the `Final-Recipient` field of Sieve-generated bounces with the | ||
active Cyrus session id. | ||
|
||
|
||
Upgrade instructions: | ||
|
||
No action required. | ||
|
||
|
||
GitHub issue: | ||
|
||
None. |
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