diff options
| author | bwarsaw | 2002-11-04 20:15:36 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-11-04 20:15:36 +0000 |
| commit | feb12e77cf1c75c9814314c97dbb62187321dd3a (patch) | |
| tree | 1252ee1b4ee214a04775ce16e4a49f20c81030b8 /Mailman/Gui/General.py | |
| parent | 6bbe69aabf1a050e448064429216effa4034c375 (diff) | |
| download | mailman-feb12e77cf1c75c9814314c97dbb62187321dd3a.tar.gz mailman-feb12e77cf1c75c9814314c97dbb62187321dd3a.tar.zst mailman-feb12e77cf1c75c9814314c97dbb62187321dd3a.zip | |
Diffstat (limited to 'Mailman/Gui/General.py')
| -rw-r--r-- | Mailman/Gui/General.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index 2d7948170..cf4c6cb64 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -322,6 +322,13 @@ class General(GUIBase): _('Additional settings'), + ('emergency', mm_cfg.Toggle, (_('No'), _('Yes')), 0, + _('Emergency moderation of all list traffic.'), + _("""When this option is enabled, all list traffic is emergency + moderated, i.e. held for moderation. Turn this option on when + your list is experiencing a flamewar and you want a cooling off + period.""")), + ('new_member_options', mm_cfg.Checkbox, (opttext, optvals, 0, OPTIONS), # The description for new_member_options includes a kludge where |
