From af46a93e768c889032c80f4cd14d2c8421d4d5c2 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sat, 1 Jun 2019 22:14:48 +0200 Subject: [PATCH] [Postfix] Remove authed user from header --- data/conf/postfix/anonymize_headers.pcre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conf/postfix/anonymize_headers.pcre b/data/conf/postfix/anonymize_headers.pcre index d1ad005d..a096e3fd 100644 --- a/data/conf/postfix/anonymize_headers.pcre +++ b/data/conf/postfix/anonymize_headers.pcre @@ -1,6 +1,6 @@ if /^\s*Received:.*Authenticated sender.*\(Postcow\)/ /^\s*Received:.*Authenticated sender:(.+)/ - REPLACE Received: from localhost (localhost [127.0.0.1]) (Authenticated sender:$1 + REPLACE Received: from localhost (localhost [127.0.0.1]) endif /^\s*X-Enigmail/ IGNORE /^\s*X-Mailer/ IGNORE