diff options
| author | Barry Warsaw | 2017-05-23 19:36:09 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2017-05-23 19:36:09 +0000 |
| commit | f690f98ba1ebd8fafadc9a90fe4064ac31cdccc1 (patch) | |
| tree | a6d09bae5df4ec291d99fa15a17ab0025e7657ce | |
| parent | 3dc9e4c7f2cbed2bbfac9b76fdc74ffdf564b208 (diff) | |
| parent | 24970477a9a8da2d905f0a84276e6a05eede971a (diff) | |
| download | mailman-f690f98ba1ebd8fafadc9a90fe4064ac31cdccc1.tar.gz mailman-f690f98ba1ebd8fafadc9a90fe4064ac31cdccc1.tar.zst mailman-f690f98ba1ebd8fafadc9a90fe4064ac31cdccc1.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..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. |
