summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
diff options
context:
space:
mode:
authorBarry Warsaw2010-08-11 09:10:29 -0400
committerBarry Warsaw2010-08-11 09:10:29 -0400
commit255c63fd28671c6b0366ef745db0b08fdfec3267 (patch)
treec98424057e7084202b3a9ed80655419923c53ef7 /src/mailman/interfaces/mailinglist.py
parentb291fddae14ea2e52874e643bac263375b00d708 (diff)
downloadmailman-255c63fd28671c6b0366ef745db0b08fdfec3267.tar.gz
mailman-255c63fd28671c6b0366ef745db0b08fdfec3267.tar.zst
mailman-255c63fd28671c6b0366ef745db0b08fdfec3267.zip
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
-rw-r--r--src/mailman/interfaces/mailinglist.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py
index 98f538dbe..6f88ef64c 100644
--- a/src/mailman/interfaces/mailinglist.py
+++ b/src/mailman/interfaces/mailinglist.py
@@ -340,6 +340,17 @@ class IMailingList(Interface):
that gets created to accumlate messages for the digest.
""")
+ administrative = Attribute(
+ """Flag controlling `administrivia` checks.
+
+ Administrivia tests check whether postings to the mailing list are
+ really meant for the -request address. Examples include messages with
+ `help`, `subscribe`, `unsubscribe`, and other commands. When such
+ messages are incorrectly posted to the general mailing list, they are
+ just noise, and when this flag is set will be intercepted and in
+ general held for moderator approval.
+ """)
+
filter_content = Attribute(
"""Flag specifying whether to filter a message's content.