Aggressive LMTP header cleanup

This will remove all headers possible during LMTP delivery.

From header: required or clients do not process the message correctly

Message-Id header: required for clients to know which messages have been
downloaded
This commit is contained in:
Mark Felder
2026-01-20 15:21:47 -08:00
parent 0aa0324c81
commit 657bf29618

View File

@@ -1,2 +1,3 @@
/^DKIM-Signature:/ IGNORE
/^Authentication-Results:/ IGNORE
/^From:/ DUNNO
/^Message-Id:/ DUNNO
/.*/ IGNORE