From 605f5060da9a61073d087abbbfef59e6db1e12f8 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 14 May 2026 15:30:01 -0700 Subject: [PATCH] More headers preserved For cleartext: To, CC, In-Reply-To, References For Chatmail future expansion, allow Chat-* --- cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup index 75c68c04..05540c41 100644 --- a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup +++ b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup @@ -2,12 +2,16 @@ # that must be retained for functionality and compatibility reasons /^From:/ DUNNO /^Message-Id:/ DUNNO -/^Chat-Is-Post-Message:/ 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