summaryrefslogtreecommitdiff
path: root/mailman/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/interfaces')
-rw-r--r--mailman/interfaces/mailinglist.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/mailman/interfaces/mailinglist.py b/mailman/interfaces/mailinglist.py
index d94ed6f71..de63e84e5 100644
--- a/mailman/interfaces/mailinglist.py
+++ b/mailman/interfaces/mailinglist.py
@@ -253,3 +253,10 @@ class IMailingList(Interface):
object, and the returned url will be relative to that object's
'location' attribute.
"""
+
+ pipeline = Attribute(
+ """The name of this mailing list's processing pipeline.
+
+ Every mailing list has a processing pipeline that messages flow
+ through once they've been accepted.
+ """)