aboutsummaryrefslogtreecommitdiffstats
path: root/bin/list_owners
diff options
context:
space:
mode:
Diffstat (limited to 'bin/list_owners')
-rw-r--r--bin/list_owners7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/list_owners b/bin/list_owners
index 5b050450..4c2d908d 100644
--- a/bin/list_owners
+++ b/bin/list_owners
@@ -1,6 +1,6 @@
#! @PYTHON@
#
-# Copyright (C) 2002 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2007 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
@@ -14,7 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
"""List the owners of a mailing list, or all mailing lists.
@@ -84,7 +85,7 @@ def main():
elif opt in ('-w', '--with-listnames'):
withnames = True
- listnames = args or Utils.list_names()
+ listnames = [x.lower() for x in args] or Utils.list_names()
bylist = {}
for listname in listnames: