diff options
| author | Simon Liebold | 2017-05-21 17:38:00 +0200 |
|---|---|---|
| committer | Barry Warsaw | 2017-05-23 10:39:34 -0700 |
| commit | 2c8d38db987d084c4266656b14d593f7b007ea0c (patch) | |
| tree | e3e554fcb234ebd3863fd9117ad3c9d1a5e64bd5 | |
| parent | cabccce9f8a905e3a495486a0fd6d86d1acfff72 (diff) | |
| download | mailman-2c8d38db987d084c4266656b14d593f7b007ea0c.tar.gz mailman-2c8d38db987d084c4266656b14d593f7b007ea0c.tar.zst mailman-2c8d38db987d084c4266656b14d593f7b007ea0c.zip | |
| -rw-r--r-- | src/mailman/config/schema.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index fde431b60..c5eee5967 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 multi-line +# 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. |
