mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +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
|
||||
/^Authentication-Results:/ IGNORE
|
||||
/^From:/ DUNNO
|
||||
/^Message-Id:/ DUNNO
|
||||
/.*/ IGNORE
|
||||
|
||||
Reference in New Issue
Block a user