summaryrefslogtreecommitdiff
path: root/src/mailman/rules/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-07-20 22:12:04 -0400
committerBarry Warsaw2012-07-20 22:12:04 -0400
commitb3579681d5b25226a9158c9f1c2912a4cb2288cb (patch)
tree27fa85b8f96085e874b84f897df3ef9784918f07 /src/mailman/rules/docs
parent27672b5c94c78fecbda8cf91bb62618b7a0dc7cb (diff)
downloadmailman-b3579681d5b25226a9158c9f1c2912a4cb2288cb.tar.gz
mailman-b3579681d5b25226a9158c9f1c2912a4cb2288cb.tar.zst
mailman-b3579681d5b25226a9158c9f1c2912a4cb2288cb.zip
Diffstat (limited to 'src/mailman/rules/docs')
-rw-r--r--src/mailman/rules/docs/news-moderation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rules/docs/news-moderation.rst b/src/mailman/rules/docs/news-moderation.rst
index 651c21bb4..0400c8d9f 100644
--- a/src/mailman/rules/docs/news-moderation.rst
+++ b/src/mailman/rules/docs/news-moderation.rst
@@ -32,6 +32,6 @@ And now all messages will match the rule.
When moderation is turned off, the rule does not match.
- >>> mlist.news_moderation = NewsgroupModeration.none
+ >>> mlist.newsgroup_moderation = NewsgroupModeration.none
>>> rule.check(mlist, msg, {})
False