Re: [Mailman-Users] how to generate list of administrators
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" <techgrrl@beeze.com> To: "Cassandra Fleetwood" <csf@incose.propagation.net> 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" <csf@incose.propagation.net> To: <mailman-users@python.org> 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
participants (1)
-
Cassandra Fleetwood