Mailman3: Fix antispam regex
This commit is contained in:
parent
08b8ba352a
commit
e9b1760250
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue