diff options
| -rw-r--r-- | src/mailman/rules/docs/header-matching.rst | 2 |
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 |
