[Mailman-Users] how to generate list of administrators

Cassandra Fleetwood csf at incose.propagation.net
Sun Jun 2 20:39:50 CEST 2002


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 at beeze.com>
To: "Cassandra Fleetwood" <csf at 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 at incose.propagation.net>
> To: <mailman-users at 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
>






More information about the Mailman-Users mailing list