diff --git a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup index 3c45f8d8..807b860c 100644 --- a/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup +++ b/cmdeploy/src/cmdeploy/postfix/lmtp_header_cleanup @@ -1,3 +1,7 @@ -/^DKIM-Signature:/ IGNORE -/^Authentication-Results:/ IGNORE -/^Received:/ IGNORE +/^From:/ DUNNO +/^Message-Id:/ DUNNO +/^Chat-Is-Post-Message:/ DUNNO +/^Content-Type:/ DUNNO +/^Subject:/ DUNNO +/^Date:/ DUNNO +/.*/ IGNORE