1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-02-01 13:18:12 +02:00

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

This commit is contained in:
andryyy 2019-06-01 08:29:53 +02:00
parent cc16f60826
commit aaf0d521a2
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -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