>
>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




------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to