diff options
| author | mailman | 1998-03-24 04:40:06 +0000 |
|---|---|---|
| committer | mailman | 1998-03-24 04:40:06 +0000 |
| commit | b564a82c12d7dadc6eded35b34375f4fd840e7df (patch) | |
| tree | 9a5adfcebc0f74d39c2f40dfb5242a15e22af9a6 | |
| parent | 7d696c0382b5ca05c5463e5aa3fc95976c58f005 (diff) | |
| download | mailman-b564a82c12d7dadc6eded35b34375f4fd840e7df.tar.gz mailman-b564a82c12d7dadc6eded35b34375f4fd840e7df.tar.zst mailman-b564a82c12d7dadc6eded35b34375f4fd840e7df.zip | |
| -rw-r--r-- | Mailman/Defaults.py.in | 7 | ||||
| -rw-r--r-- | modules/mm_defaults.py | 7 | ||||
| -rw-r--r-- | modules/mm_defaults.py.in | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 89b0b400f..9324fd997 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: 207 $" +__version__ = VERSION + "$Revision: 225 $" # Many site-specific settings # @@ -67,13 +67,14 @@ DEFAULT_BOUNCE_MATCHING_HEADERS = """ # Lines that *start* with a '#' are comments. to: friend@public.com message-id: relay.comanche.denmark.eu +from: list@listme.com """ # Replies to posts inherently directed to list or original sender? DEFAULT_REPLY_GOES_TO_LIST = 0 # Admin approval unnecessary for subscribes? -DEFAULT_AUTO_SUBSCRIBE = 1 +DEFAULT_OPEN_SUBSCRIBE = 1 # Is view of subscription list restricted to list members? -DEFAULT_CLOSED = 0 +DEFAULT_PRIVATE_ROSTER = 0 # When exposing members, make them unrecognizable as email addrs. To # web-spiders from picking up addrs for spamming. DEFAULT_OBSCURE_ADDRESSES = 1 diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index 89b0b400f..9324fd997 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: 207 $" +__version__ = VERSION + "$Revision: 225 $" # Many site-specific settings # @@ -67,13 +67,14 @@ DEFAULT_BOUNCE_MATCHING_HEADERS = """ # Lines that *start* with a '#' are comments. to: friend@public.com message-id: relay.comanche.denmark.eu +from: list@listme.com """ # Replies to posts inherently directed to list or original sender? DEFAULT_REPLY_GOES_TO_LIST = 0 # Admin approval unnecessary for subscribes? -DEFAULT_AUTO_SUBSCRIBE = 1 +DEFAULT_OPEN_SUBSCRIBE = 1 # Is view of subscription list restricted to list members? -DEFAULT_CLOSED = 0 +DEFAULT_PRIVATE_ROSTER = 0 # When exposing members, make them unrecognizable as email addrs. To # web-spiders from picking up addrs for spamming. DEFAULT_OBSCURE_ADDRESSES = 1 diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in index 89b0b400f..9324fd997 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: 207 $" +__version__ = VERSION + "$Revision: 225 $" # Many site-specific settings # @@ -67,13 +67,14 @@ DEFAULT_BOUNCE_MATCHING_HEADERS = """ # Lines that *start* with a '#' are comments. to: friend@public.com message-id: relay.comanche.denmark.eu +from: list@listme.com """ # Replies to posts inherently directed to list or original sender? DEFAULT_REPLY_GOES_TO_LIST = 0 # Admin approval unnecessary for subscribes? -DEFAULT_AUTO_SUBSCRIBE = 1 +DEFAULT_OPEN_SUBSCRIBE = 1 # Is view of subscription list restricted to list members? -DEFAULT_CLOSED = 0 +DEFAULT_PRIVATE_ROSTER = 0 # When exposing members, make them unrecognizable as email addrs. To # web-spiders from picking up addrs for spamming. DEFAULT_OBSCURE_ADDRESSES = 1 |
