aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/versions.py
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-07-18 20:49:20 -0700
committerMark Sapiro <mark@msapiro.net>2013-07-18 20:49:20 -0700
commit9b8cf403719c083270b2d51a0aac22e120355522 (patch)
tree3aff142848d1c3d60aa044e29c6d1c549174fb91 /Mailman/versions.py
parentcb2733e029d419904f0fc488f5989beb3aa3ce71 (diff)
downloadmailman2-9b8cf403719c083270b2d51a0aac22e120355522.tar.gz
mailman2-9b8cf403719c083270b2d51a0aac22e120355522.tar.xz
mailman2-9b8cf403719c083270b2d51a0aac22e120355522.zip
First cut at the author_is_list feature.
Diffstat (limited to '')
-rwxr-xr-xMailman/versions.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/versions.py b/Mailman/versions.py
index 84943efc..e731d33c 100755
--- a/Mailman/versions.py
+++ b/Mailman/versions.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2013 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
@@ -418,6 +418,8 @@ def NewVars(l):
mm_cfg.DEFAULT_REGULAR_INCLUDE_LISTS)
add_only_if_missing('regular_exclude_ignore',
mm_cfg.DEFAULT_REGULAR_EXCLUDE_IGNORE)
+ add_only_if_missing('author_is_list',
+ mm_cfg.DEFAULT_AUTHOR_IS_LIST)