diff options
| author | bwarsaw | 2002-02-27 00:18:57 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-02-27 00:18:57 +0000 |
| commit | 1bee2de5527f6e55b9198342dacf8d817d8a94c3 (patch) | |
| tree | f4c0f8da1e7f99d70fd2f36406adcd28291b1be1 /Mailman/Defaults.py.in | |
| parent | 2cb0e8feccb661dafca4754507580966c4e9932c (diff) | |
| download | mailman-1bee2de5527f6e55b9198342dacf8d817d8a94c3.tar.gz mailman-1bee2de5527f6e55b9198342dacf8d817d8a94c3.tar.zst mailman-1bee2de5527f6e55b9198342dacf8d817d8a94c3.zip | |
Set DEFAULT_PRIVATE_ROSTER to 1 since that's just too tempting a
target for harvesters, and we have doubts as to how much this feature
is used.
Note: this does not change anything for existing lists.
Diffstat (limited to 'Mailman/Defaults.py.in')
| -rw-r--r-- | Mailman/Defaults.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 52a7c0afd..f01066b08 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -778,7 +778,7 @@ ALLOW_OPEN_SUBSCRIBE = 0 DEFAULT_UNSUBSCRIBE_POLICY = 0 # Private_roster == 0: anyone can see, 1: members only, 2: admin only. -DEFAULT_PRIVATE_ROSTER = 0 +DEFAULT_PRIVATE_ROSTER = 1 # When exposing members, make them unrecognizable as email addrs, so # web-spiders can't pick up addrs for spam purposes. |
