diff options
| author | bwarsaw | 2002-03-15 03:44:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-15 03:44:15 +0000 |
| commit | d1eb348b620fae02e643fcf038386be8508fe391 (patch) | |
| tree | 8369dac6bc48506e9431845262ec8f4e5cad5e7a /Mailman/MailList.py | |
| parent | 096f77bdee7d0f6065cead11174a490d4bc93a18 (diff) | |
| download | mailman-d1eb348b620fae02e643fcf038386be8508fe391.tar.gz mailman-d1eb348b620fae02e643fcf038386be8508fe391.tar.zst mailman-d1eb348b620fae02e643fcf038386be8508fe391.zip | |
Diffstat (limited to 'Mailman/MailList.py')
| -rw-r--r-- | Mailman/MailList.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index f9e8e500d..08b370837 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -315,6 +315,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, # New sender-centric moderation (privacy) options self.default_member_moderation = \ mm_cfg.DEFAULT_DEFAULT_MEMBER_MODERATION + # Emergency moderation bit + self.emergency = 0 # This really ought to default to mm_cfg.HOLD, but that doesn't work # with the current GUI description model. So, 0==Hold, 1==Reject, # 2==Discard |
