Mailman3: discard spam by default

This commit is contained in:
Aurélien Bompard 2015-11-18 11:35:33 +00:00
parent ea8b15e5d7
commit 750a7ddb1e

View file

@ -65,7 +65,7 @@ header_checks:
# 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
# 'accept', otherwise 'hold' will be used.
jump_chain: hold
jump_chain: discard