Explorar el Código

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

andryyy hace 6 años
padre
commit
aaf0d521a2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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