Quarantine regex matches headers case insensitive

This commit is contained in:
2019-09-03 15:55:41 +02:00
parent aa72e06ce7
commit d9da6f037b
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ preferred_quarantine_action = last
ignore_hosts = 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
# Option: regex
# Notes: Set the regular expression to match against email headers.
# Notes: Set the case insensitive regular expression to match against email headers.
# If the regex matches any of the email headers, the email
# will be processed by this quarantine.
# Values: [ REGEX ]