Mailman3: Fix antispam regex

This commit is contained in:
Aurélien Bompard 2015-11-17 17:36:01 +00:00
parent 08b8ba352a
commit e9b1760250
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ enable: yes
header_checks:
X-Spam: yes
X-Spam-Flag: Yes
X-Spam-Status: Yes
X-Spam-Status: ^Yes,
# The chain to jump to if any of the header patterns matches. This must be
# the name of an existing chain such as 'discard', 'reject', 'hold', or

View file

@ -57,7 +57,7 @@ enable: yes
header_checks:
X-Spam: yes
X-Spam-Flag: Yes
X-Spam-Status: Yes
X-Spam-Status: ^Yes,
# The chain to jump to if any of the header patterns matches. This must be
# the name of an existing chain such as 'discard', 'reject', 'hold', or