I found the following script at http://msgs.securepoint.com/cgi-bin/get/mailman-users-0101/294.html
#!/bin/sh # output 'listname : owner' for all lists for i in ../lists/*; do this=`basename $i` printf "$this : " config_list -o - $this | egrep '^owner =' | cut -f2 -d"'" done -Cassandra ----- Original Message ----- From: "Sarah K. Miller" <[EMAIL PROTECTED]> To: "Cassandra Fleetwood" <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 11:21 AM Subject: Re: [Mailman-Users] how to generate list of administrators > Version 2.1b* does this for you, using the bin/list_admins command. > > ----- Original Message ----- > From: "Cassandra Fleetwood" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, June 02, 2002 10:03 AM > Subject: [Mailman-Users] how to generate list of administrators > > > I want to create a mailing list of the list administrators. How do I generate this. I'd rather not access each list for this info. > -Cassandra > ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py