mirror of
https://github.com/chatmail/relay.git
synced 2026-06-11 06:01:07 +00:00
Revert "Aggressive LMTP header cleanup (#816)"
This reverts commit 921080125f.
This commit is contained in:
@@ -1,23 +1,3 @@
|
|||||||
# List of headers for incoming messages
|
/^DKIM-Signature:/ IGNORE
|
||||||
# that must be retained for functionality and compatibility reasons
|
/^Authentication-Results:/ IGNORE
|
||||||
/^From:/ DUNNO
|
/^Received:/ IGNORE
|
||||||
/^Message-Id:/ DUNNO
|
|
||||||
/^Chat-/ DUNNO
|
|
||||||
/^Content-Type:/ DUNNO
|
|
||||||
|
|
||||||
# For receiving clear-text messages (still supported in May 2026)
|
|
||||||
/^Subject:/ DUNNO
|
|
||||||
/^Date:/ DUNNO
|
|
||||||
/^To:/ DUNNO
|
|
||||||
/^CC:/ DUNNO
|
|
||||||
/^References:/ DUNNO
|
|
||||||
/^In-Reply-To:/ DUNNO
|
|
||||||
|
|
||||||
# Senders might support Autocrypt 1 but not RFC9788 (Header Protection)
|
|
||||||
/^Autocrypt:/ DUNNO
|
|
||||||
|
|
||||||
# SecureJoin V2 protocol headers (for backward compatibility)
|
|
||||||
/^Secure-Join/ DUNNO
|
|
||||||
|
|
||||||
# Ignore all other headers
|
|
||||||
/.*/ IGNORE
|
|
||||||
|
|||||||
Reference in New Issue
Block a user