From 5d49b4c0fd3ed35630b36f24c25f14d026ded597 Mon Sep 17 00:00:00 2001 From: missytake Date: Thu, 15 Jan 2026 15:12:20 +0100 Subject: [PATCH] postfix: also strip Authentication-Results 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 d7389122..85f4b7a2 100644 --- a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup +++ b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup @@ -1 +1,2 @@ /^DKIM-Signature:/ IGNORE +/^Authentication-Results:/ IGNORE