Barry Warsaw pushed to branch master at mailman / Mailman

Commits:
2c8d38db by Simon Liebold at 2017-05-23T10:39:34-07:00
Adding documentation on how to enter multi-line header_checks.

- - - - -
24970477 by Barry Warsaw at 2017-05-23T10:40:44-07:00
Fix minor spelling.

- - - - -
f690f98b by Barry Warsaw at 2017-05-23T19:36:09+00:00
Merge branch 'pr265' into 'master'

PR #265 with minor fixes

See merge request !270
- - - - -


1 changed file:

- src/mailman/config/schema.cfg


Changes:

=====================================
src/mailman/config/schema.cfg
=====================================
--- 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.



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/3dc9e4c7f2cbed2bbfac9b76fdc74ffdf564b208...f690f98ba1ebd8fafadc9a90fe4064ac31cdccc1

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/3dc9e4c7f2cbed2bbfac9b76fdc74ffdf564b208...f690f98ba1ebd8fafadc9a90fe4064ac31cdccc1
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to