From 33dd54afeb1ab362ff6dd09bfca3299b935e6388 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 21 Jan 2026 12:23:19 -0800 Subject: [PATCH] Also preserve the Chat-Is-Post-Message header --- cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup index 69a537db..1f21b41e 100644 --- a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup +++ b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup @@ -1,3 +1,4 @@ /^From:/ DUNNO /^Message-Id:/ DUNNO +/^Chat-Is-Post-Message:/ DUNNO /.*/ IGNORE