From 97e00acee83fc06f3f9a29d2fa7992ac2423530a Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 6 Jan 2002 04:28:02 +0000 Subject: NewVars(): Add ban_list attribute if it's missing. --- Mailman/versions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mailman') diff --git a/Mailman/versions.py b/Mailman/versions.py index 14ed9fe19..af5b842b3 100644 --- a/Mailman/versions.py +++ b/Mailman/versions.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -301,6 +301,7 @@ def NewVars(l): add_only_if_missing( 'bounce_you_are_disabled_warnings_interval', mm_cfg.DEFAULT_BOUNCE_YOU_ARE_DISABLED_WARNINGS_INTERVAL) + add_only_if_missing('ban_list', []) -- cgit v1.2.3-70-g09d2