diff options
| author | klm | 1998-04-08 06:30:20 +0000 |
|---|---|---|
| committer | klm | 1998-04-08 06:30:20 +0000 |
| commit | 4872b3f61482a878ecf9b0b1d30e43c90fb8e684 (patch) | |
| tree | 60003b6fe1585a5a3f51fbe60dbb23d70a1e6afd /modules/maillist.py | |
| parent | d1ae930cdcff2837c3a8d85f4562879035939acb (diff) | |
| download | mailman-4872b3f61482a878ecf9b0b1d30e43c90fb8e684.tar.gz mailman-4872b3f61482a878ecf9b0b1d30e43c90fb8e684.tar.zst mailman-4872b3f61482a878ecf9b0b1d30e43c90fb8e684.zip | |
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/maillist.py b/modules/maillist.py index e385de1c7..69596cb62 100644 --- a/modules/maillist.py +++ b/modules/maillist.py @@ -279,7 +279,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, 'this machine?'), ('open_subscribe', mm_cfg.Radio, ('No', 'Yes'), 0, - 'Are subscribes done without admins approval (<em>open</em>)?', + 'Are subscribes done without admins approval (ie, is this' + ' an <em>open</em> list)?', "Disabling this option makes the list <em>closed</em>, where" " members are admitted at the discretion of the administrator."), |
