From 36eb63faa1bb5dac8b02a7902dd71b6f3003ad11 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 13 Feb 2026 10:57:29 -0800 Subject: [PATCH] feat: 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