diff options
| author | klm | 1998-03-30 05:17:15 +0000 |
|---|---|---|
| committer | klm | 1998-03-30 05:17:15 +0000 |
| commit | a00f443e8005c0b7a1aa590b15d89b5eaa4acdbd (patch) | |
| tree | 63aab8f524c1ff5344ab1b84fc7788acfc3b6a06 /modules/mm_defaults.py | |
| parent | f6df1e533f9a584995f29da2eae5f0accf2863c8 (diff) | |
| download | mailman-a00f443e8005c0b7a1aa590b15d89b5eaa4acdbd.tar.gz mailman-a00f443e8005c0b7a1aa590b15d89b5eaa4acdbd.tar.zst mailman-a00f443e8005c0b7a1aa590b15d89b5eaa4acdbd.zip | |
Diffstat (limited to 'modules/mm_defaults.py')
| -rw-r--r-- | modules/mm_defaults.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index 56d3ad1de..d5b6d502e 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.py @@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b1.2' -__version__ = VERSION + "$Revision: 244 $" +__version__ = VERSION + "$Revision: 278 $" # Many site-specific settings # @@ -73,7 +73,7 @@ from: list@listme.com DEFAULT_REPLY_GOES_TO_LIST = 0 # Admin approval unnecessary for subscribes? DEFAULT_OPEN_SUBSCRIBE = 1 -# Is view of subscription list restricted to list members? +# Private_roster == 0: anyone can see, 1: members only, 2: admin only. DEFAULT_PRIVATE_ROSTER = 0 # When exposing members, make them unrecognizable as email addrs. To # web-spiders from picking up addrs for spamming. |
