From 9fb0d5739f8053a68559a89a49227a245cadd6a8 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 13 Feb 2026 10:57:29 -0800 Subject: [PATCH] Strip Received headers before delivery --- 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 85f4b7a2..3c45f8d8 100644 --- a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup +++ b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup @@ -1,2 +1,3 @@ /^DKIM-Signature:/ IGNORE /^Authentication-Results:/ IGNORE +/^Received:/ IGNORE