Tim Miller wrote:

> I had hoped that there was a master file containing this information that I could 
>grep but if there is, I don't see it.

    There is no master list for the entire site, however each list does have their own 
master list if you will.  It's all contained in the config.db file.  You can write 
your own script to get the information you need.

    bin/dumpdb <list/config.db> | grep owner

    ej:  bin/dumpdb lists/journals/config.db | grep "\'owner\'"
    returns: 'owner': ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]'],

    And the list members you can get by running bin/list_members <list>

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave, #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.



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

Reply via email to