diff options
| author | klm | 1998-10-17 20:01:52 +0000 |
|---|---|---|
| committer | klm | 1998-10-17 20:01:52 +0000 |
| commit | e113fc9cc3f9e3a2468890e950f9341bb29d6001 (patch) | |
| tree | 0763b93c794fe4f8ee961730c05b78e98adbc2a7 /Mailman/versions.py | |
| parent | ddb3a7b403dd079144337f89d856de5782f0ff96 (diff) | |
| download | mailman-e113fc9cc3f9e3a2468890e950f9341bb29d6001.tar.gz mailman-e113fc9cc3f9e3a2468890e950f9341bb29d6001.tar.zst mailman-e113fc9cc3f9e3a2468890e950f9341bb29d6001.zip | |
Accommodating change of umbrella-lists variable,
"DEFAULT_REMINDERS_TO_ADMINS" => "DEFAULT_UMBRELLA_LIST". See recent
checkin for Mailman/Defaults.py.in for explanation.
Diffstat (limited to 'Mailman/versions.py')
| -rw-r--r-- | Mailman/versions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/versions.py b/Mailman/versions.py index df6058731..a211ad406 100644 --- a/Mailman/versions.py +++ b/Mailman/versions.py @@ -61,6 +61,7 @@ def UpdateOldVars(l, stored_state): 'mimimum_post_count_before_bounce_action') PreferStored('bad_posters', 'forbidden_posters') PreferStored('automatically_remove', 'automatic_bounce_action') + PreferStored('reminders_to_admins', 'umbrella_list') if hasattr(l, "open_subscribe"): if l.open_subscribe: if mm_cfg.ALLOW_OPEN_SUBSCRIBE: |
