diff options
| author | Aurélien Bompard | 2015-09-14 10:25:25 +0200 |
|---|---|---|
| committer | Barry Warsaw | 2015-10-20 21:10:35 -0400 |
| commit | e2f6b111f0bbf2287fbf793cd6f09fb829ee9758 (patch) | |
| tree | 73fdd4c531e0ef1127a123d4b1d3b7cf2b75644f | |
| parent | b9baf43abd023b74d92aa0efa31b45d97111394a (diff) | |
| download | mailman-e2f6b111f0bbf2287fbf793cd6f09fb829ee9758.tar.gz mailman-e2f6b111f0bbf2287fbf793cd6f09fb829ee9758.tar.zst mailman-e2f6b111f0bbf2287fbf793cd6f09fb829ee9758.zip | |
| -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 |
