[Postfix] Add mailcow_anonymize_headers to default config
This commit is contained in:
7
data/conf/postfix/mailcow_anonymize_headers.pcre
Normal file
7
data/conf/postfix/mailcow_anonymize_headers.pcre
Normal file
@@ -0,0 +1,7 @@
|
||||
/^\s*Received:.*Authenticated sender:(.+)/
|
||||
REPLACE Received: from localhost (localhost [127.0.0.1]) (Authenticated sender:$1
|
||||
/^\s*User-Agent/ IGNORE
|
||||
/^\s*X-Enigmail/ IGNORE
|
||||
/^\s*X-Mailer/ IGNORE
|
||||
/^\s*X-Originating-IP/ IGNORE
|
||||
/^\s*X-Forward/ IGNORE
|
Reference in New Issue
Block a user