Mailman3: discard spam by default
This commit is contained in:
parent
ea8b15e5d7
commit
750a7ddb1e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ header_checks:
|
||||||
# The chain to jump to if any of the header patterns matches. This must be
|
# 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
|
# the name of an existing chain such as 'discard', 'reject', 'hold', or
|
||||||
# 'accept', otherwise 'hold' will be used.
|
# 'accept', otherwise 'hold' will be used.
|
||||||
jump_chain: hold
|
jump_chain: discard
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue