summaryrefslogtreecommitdiff
path: root/src/mailman/model/mailinglist.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/mailinglist.py')
-rw-r--r--src/mailman/model/mailinglist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/model/mailinglist.py b/src/mailman/model/mailinglist.py
index dd7a528c3..f9d8b8488 100644
--- a/src/mailman/model/mailinglist.py
+++ b/src/mailman/model/mailinglist.py
@@ -160,6 +160,7 @@ class MailingList(Model):
max_num_recipients = Int()
member_moderation_notice = Unicode()
mime_is_default_digest = Bool()
+ # FIXME: There should be no moderator_password
moderator_password = RawStr()
newsgroup_moderation = Enum(NewsgroupModeration)
nntp_prefix_subject_too = Bool()