summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Defaults.py.in4
-rw-r--r--modules/mm_defaults.py4
-rw-r--r--modules/mm_defaults.py.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 56d3ad1de..d5b6d502e 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -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.
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.
diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in
index 56d3ad1de..d5b6d502e 100644
--- a/modules/mm_defaults.py.in
+++ b/modules/mm_defaults.py.in
@@ -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.