PieceOfCake.
The program ~mailman/bin/list_lists will dump out the listnames. Redirect
the output to a file and then add "-admin@localhost" on to the end of each
listname. The only caveat is that you have to throw-away the first line of
output which says something like, "430 matching mailing lists found:"
~mailman/bin/list_lists |grep -v "matching mailing lists found:" \
|awk '{print $1"-admin@locahost" }'
Dump to a file or whatever you like and mail away! Enjoy.
Jon Carnes
----- Original Message -----
From: "Con Wieland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 17, 2001 1:57 PM
Subject: [Mailman-Users] list owners
> Happy Holidays
>
> Does anyone have a script to get a list of all the list owners. I want to
> make a list-owners list to use for announcements and updates.
>
> Thanks in advance.
>
> Con
>
> ------------------------------------------------------
> Mailman-Users maillist - [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
------------------------------------------------------
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users