Ver código fonte

[Postfix] Add UA header check, not enabled by default

andryyy 6 anos atrás
pai
commit
aaf0d521a2
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      data/conf/postfix/anonymize_headers.pcre

+ 2 - 0
data/conf/postfix/anonymize_headers.pcre

@@ -6,3 +6,5 @@ endif
 /^\s*X-Mailer/          IGNORE
 /^\s*X-Originating-IP/  IGNORE
 /^\s*X-Forward/         IGNORE
+# Not removing UA by default, might be signed
+#/^\s*User-Agent/        IGNORE