summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Bompard2015-09-14 10:25:25 +0200
committerBarry Warsaw2015-10-20 21:10:35 -0400
commite2f6b111f0bbf2287fbf793cd6f09fb829ee9758 (patch)
tree73fdd4c531e0ef1127a123d4b1d3b7cf2b75644f
parentb9baf43abd023b74d92aa0efa31b45d97111394a (diff)
downloadmailman-e2f6b111f0bbf2287fbf793cd6f09fb829ee9758.tar.gz
mailman-e2f6b111f0bbf2287fbf793cd6f09fb829ee9758.tar.zst
mailman-e2f6b111f0bbf2287fbf793cd6f09fb829ee9758.zip
-rw-r--r--src/mailman/rules/docs/header-matching.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rules/docs/header-matching.rst b/src/mailman/rules/docs/header-matching.rst
index e3f9f9ab2..c552ea521 100644
--- a/src/mailman/rules/docs/header-matching.rst
+++ b/src/mailman/rules/docs/header-matching.rst
@@ -179,7 +179,7 @@ Now, the list administrator wants to match on three plus signs, but wants those
emails to be discarded instead of held.
>>> mlist.header_matches = [
- ... HeaderMatch(header='x-spam-score', pattern='[+]{3,}', 'discard')
+ ... HeaderMatch(header='x-spam-score', pattern='[+]{3,}', chain='discard')
... ]
A message with a spam score of three pluses will still match, and the message