Remove DKIM-Signature from incoming mail after checking

This commit is contained in:
link2xt
2025-03-25 02:19:56 +00:00
parent e004a5e2f6
commit 290525f0fc
4 changed files with 18 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Remove `DKIM-Signature` from incoming mails after verifying
([#530](https://github.com/chatmail/server/pull/530))
- Send SNI when connecting to outside servers
([#524](https://github.com/chatmail/server/pull/524))