summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
diff options
context:
space:
mode:
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.