[Mailman-Users] list owners

Jon Carnes jonc at haht.com
Tue Dec 18 16:52:31 CET 2001


PieceOfCake.

The program ~mailman/bin/list_lists  will dump out the listnames. Redirect
the output to a file and then add "-admin at 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 at locahost" }'

Dump to a file or whatever you like and mail away! Enjoy.

Jon Carnes
----- Original Message -----
From: "Con Wieland" <cwieland at uci.edu>
To: <mailman-users at python.org>
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  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users





More information about the Mailman-Users mailing list