diff options
| author | mailman | 1998-05-26 03:03:51 +0000 |
|---|---|---|
| committer | mailman | 1998-05-26 03:03:51 +0000 |
| commit | 56d8b18bcf9a0610fa3299ee747fc213174183e4 (patch) | |
| tree | ad35bc4bce4e02ccf1337a8f7150f7c18a787d05 /modules/mm_defaults.py | |
| parent | b928e347c6bd1d7860a668eeaee04d40e6ce9457 (diff) | |
| download | mailman-56d8b18bcf9a0610fa3299ee747fc213174183e4.tar.gz mailman-56d8b18bcf9a0610fa3299ee747fc213174183e4.tar.zst mailman-56d8b18bcf9a0610fa3299ee747fc213174183e4.zip | |
Adding a list option that says to send the password reminders to the
user's corresponding "-owner" address - this is for lists that have
only other lists as members. This way, the reminders don't get
posted. (When we have scott's alternate-address confirmation stuff
integrated we may not need this, but i don't know if i'll have time to
do that before then end of the month, when the password reminders are
delivered.)
Diffstat (limited to 'modules/mm_defaults.py')
| -rw-r--r-- | modules/mm_defaults.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index 28b7ef0a8..ab2a35154 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.py @@ -26,7 +26,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b3' -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 545 $" # The URL for Mailman sources, etc. - you probably don't want to change this. MAILMAN_URL = 'http://www.list.org/' @@ -88,6 +88,10 @@ DEFAULT_REQUIRE_EXPLICIT_DESTINATION = 1 # Alternate names acceptable as explicit destinations for this list. DEFAULT_ACCEPTABLE_ALIASES =""" """ +# This provisional measure is for maillists that have only other maillists +# for members. Ultimately we will probably use surrogate administrative +# message delivery addresses, instead. +DEFAULT_REMINDERS_TO_ADMINS = 0 # {header-name: regexp} spam filtering - we include some for example sake. DEFAULT_BOUNCE_MATCHING_HEADERS = """ # Lines that *start* with a '#' are comments. |
