summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/config/schema.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg
index fde431b60..9568694be 100644
--- a/src/mailman/config/schema.cfg
+++ b/src/mailman/config/schema.cfg
@@ -563,9 +563,12 @@ enabled: yes
# This value contains lines which specify RFC 822 headers in the email to
# check for spamminess. Each line contains a `key: value` pair, where the key
# is the header to check and the value is a Python regular expression to match
-# against the header's value. E.g.:
+# against the header's value. Multiple checks should be entered as multiline
+# value with leading spaces:
#
-# X-Spam: (yes|maybe)
+# header_checks:
+# X-Spam: (yes|maybe)
+# Authentication-Results: mail.example.com; dmarc=(fail|quarantine)
#
# The header value and regular expression are always matched
# case-insensitively.