diff options
| author | Barry Warsaw | 2010-12-28 13:14:41 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-12-28 13:14:41 -0500 |
| commit | c89087190a641da1353b394a722cf9cee3792394 (patch) | |
| tree | 4dc1dddcd9fe51d5c11b70f5b50171738563f359 /src/mailman/interfaces/mailinglist.py | |
| parent | 871fe5390bf5c1c6f636ec846b870bdcff86aeaf (diff) | |
| parent | 13cf4e754334b690711511291f72ae8cc0a7ab16 (diff) | |
| download | mailman-c89087190a641da1353b394a722cf9cee3792394.tar.gz mailman-c89087190a641da1353b394a722cf9cee3792394.tar.zst mailman-c89087190a641da1353b394a722cf9cee3792394.zip | |
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
| -rw-r--r-- | src/mailman/interfaces/mailinglist.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py index 13e026f8c..41eef81c8 100644 --- a/src/mailman/interfaces/mailinglist.py +++ b/src/mailman/interfaces/mailinglist.py @@ -457,6 +457,16 @@ class IMailingList(Interface): `pass_extensions` is non-empty. """) + # Moderation. + + default_member_moderation = Attribute( + """Default moderation flag for new mailing list members. + + When an address is subscribed to the mailing list, this boolean + attribute sets the initial moderation flag value. When a member's + posts are moderated, they must first be approved by the mailing list + owner or moderator. + """) |
