I am testing Mailman 2.1.14 via a Debian/Ubuntu package I built from the SourceForge source. I included the "multiple list owner" patch from Mark Sapiro (Fri, 02 Oct 2009 13:11:06 -0700).
I created a new list, and I specified two addresses in response to the Enter the email(s) of the person running the list: prompt: us...@example.com,us...@example2.com The list-creation mail was sent to both addresses, but the admin web page shows only the first address as the owner. When I compare the 2.1.13 patched newlist with the 2.1.14 patched newlist installed by the package: vm20% diff build_mailman_2.1.13/mailman-2.1.13/bin/newlist \ /usr/lib/mailman/bin/newlist 1c1 < #! @PYTHON@ --- > #! /usr/bin/python 3c3 < # Copyright (C) 1998-2009 by the Free Software Foundation, Inc. --- > # Copyright (C) 1998-2010 by the Free Software Foundation, Inc. 205c205 < emailhost=host_name) --- > emailhost=host_name, urlhost=urlhost) vm20% and comparing the original source in my two package-build directories: vm20% diff build_mailman_2.1.13/mailman-2.1.13/bin/newlist.original \ build_mailman_2.1.14/mailman-2.1.14/bin/newlist.original 3c3 < # Copyright (C) 1998-2009 by the Free Software Foundation, Inc. --- > # Copyright (C) 1998-2010 by the Free Software Foundation, Inc. 201c201 < emailhost=host_name) --- > emailhost=host_name, urlhost=urlhost) vm20% and comparing the patched source in my two package-build directories: vm20% diff build_mailman_2.1.13/mailman-2.1.13/bin/newlist \ build_mailman_2.1.14/mailman-2.1.14/bin/newlist 3c3 < # Copyright (C) 1998-2009 by the Free Software Foundation, Inc. --- > # Copyright (C) 1998-2010 by the Free Software Foundation, Inc. 205c205 < emailhost=host_name) --- > emailhost=host_name, urlhost=urlhost) vm20% I tried creating two other test lists with two owners to see if the e-mail address domain had any effect: list 2: us...@example2.com,u...@example.com list 3: u...@example.com,us...@example.com The single owner in each case: list 2: the second address list 3: the first address ---------------------------------------------------------------------- Barry S. Finkel Computing and Information Systems Division Argonne National Laboratory Phone: +1 (630) 252-7277 9700 South Cass Avenue Facsimile:+1 (630) 252-4601 Building 240, Room 5.B.8 Internet: bsfin...@anl.gov Argonne, IL 60439-4828 IBMMAIL: I1004994 ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org