mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2025-05-07 11:25:28 +02:00
chore: Prevent Microsoft MUAs from sending reactions (#4120)
--------- Signed-off-by: Moritz Poldrack <~git@mp.gy>
This commit is contained in:
parent
0698ad9370
commit
009237cc26
@ -22,7 +22,8 @@ All notable changes to this project will be documented in this file. The format
|
||||
- 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).
|
||||
- **Documentation:**
|
||||
- Rewritten and organized the pages for Account Management and Authentication ([#4122](https://github.com/docker-mailserver/docker-mailserver/pull/4122))
|
||||
|
||||
- **Postfix**
|
||||
- Disable Microsoft reactions to outgoing mail. ([#4120](https://github.com/docker-mailserver/docker-mailserver/pull/4120))
|
||||
|
||||
#### Fixes
|
||||
|
||||
|
@ -8,4 +8,4 @@
|
||||
/^\s*X-Mailer/ IGNORE
|
||||
/^\s*X-Originating-IP/ IGNORE
|
||||
/^\s*Received: from.*127.0.0.1/ IGNORE
|
||||
|
||||
/^Content-Type:/i PREPEND X-MS-Reactions: disallow
|
||||
|
Loading…
Reference in New Issue
Block a user