mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
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:
@@ -1,2 +1,3 @@
|
|||||||
/^DKIM-Signature:/ IGNORE
|
/^From:/ DUNNO
|
||||||
/^Authentication-Results:/ IGNORE
|
/^Message-Id:/ DUNNO
|
||||||
|
/.*/ IGNORE
|
||||||
|
|||||||
Reference in New Issue
Block a user