[Mailman-Users] seeking possible new tool

Alan L. Waller waller at osb1.wff.nasa.gov
Tue Feb 26 14:23:53 CET 2002


>
>Is there a script  equivalent of list_members that one could use
>to print out the real addresses of all the current list admins?

#!/bin/sh
cd /var/mailman/lists
for LIST in `ls`; do
   echo -n $LIST
   ../bin/config_list -o - $LIST | grep "owner =" | cut -f2 -d=
done







More information about the Mailman-Users mailing list