From 4078acbd22bc57ec45f0436effcc959b055e41df Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 15 May 2026 17:18:30 -0700 Subject: [PATCH] Permit the entire Secure-Join* namespace --- cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup index 05540c41..8b3cf2e7 100644 --- a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup +++ b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup @@ -14,14 +14,10 @@ /^In-Reply-To:/ DUNNO # Senders might support Autocrypt 1 but not RFC9788 (Header Protection) -/^Autocrypt:/ DUNNO +/^Autocrypt:/ DUNNO # SecureJoin V2 protocol headers (for backward compatibility) -/^Secure-Join:/ DUNNO -/^Secure-Join-Invitenumber:/ DUNNO -/^Secure-Join-Auth:/ DUNNO -/^Secure-Join-Fingerprint:/ DUNNO -/^Secure-Join-Group:/ DUNNO +/^Secure-Join/ DUNNO # Ignore all other headers /.*/ IGNORE