From e2f6b111f0bbf2287fbf793cd6f09fb829ee9758 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 14 Sep 2015 10:25:25 +0200 Subject: Fix a code typo in the docs --- src/mailman/rules/docs/header-matching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/rules/docs') 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 -- cgit v1.3.1