Skip to content

Commit 009237c

Browse files
authored
chore: Prevent Microsoft MUAs from sending reactions (docker-mailserver#4120)
--------- Signed-off-by: Moritz Poldrack <[email protected]>
1 parent 0698ad9 commit 009237c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ All notable changes to this project will be documented in this file. The format
2222
- Bump version to [1.1.0](https://github.com/fail2ban/fail2ban/releases/tag/1.1.0). For more information, check the [changelog](https://github.com/fail2ban/fail2ban/blob/1.1.0/ChangeLog).
2323
- **Documentation:**
2424
- Rewritten and organized the pages for Account Management and Authentication ([#4122](https://github.com/docker-mailserver/docker-mailserver/pull/4122))
25-
25+
- **Postfix**
26+
- Disable Microsoft reactions to outgoing mail. ([#4120](https://github.com/docker-mailserver/docker-mailserver/pull/4120))
2627

2728
#### Fixes
2829

target/postfix/sender_header_filter.pcre

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
/^\s*X-Mailer/ IGNORE
99
/^\s*X-Originating-IP/ IGNORE
1010
/^\s*Received: from.*127.0.0.1/ IGNORE
11-
11+
/^Content-Type:/i PREPEND X-MS-Reactions: disallow

0 commit comments

Comments
 (0)