From 5f02c6006c3303a922fac8056e97ed1c0ac2007c Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 23 Oct 2018 23:22:43 +0200 Subject: [PATCH] [Postfix] Do not remove user agent --- data/conf/postfix/anonymize_headers.pcre | 1 - 1 file changed, 1 deletion(-) diff --git a/data/conf/postfix/anonymize_headers.pcre b/data/conf/postfix/anonymize_headers.pcre index eb3edf7f..099094d9 100644 --- a/data/conf/postfix/anonymize_headers.pcre +++ b/data/conf/postfix/anonymize_headers.pcre @@ -2,7 +2,6 @@ if /^\s*Received:.*Authenticated sender.*\(Postcow\)/ /^\s*Received:.*Authenticated sender:(.+)/ REPLACE Received: from localhost (localhost [127.0.0.1]) (Authenticated sender:$1 endif -/^\s*User-Agent/ IGNORE /^\s*X-Enigmail/ IGNORE /^\s*X-Mailer/ IGNORE /^\s*X-Originating-IP/ IGNORE