On 2009.05.04 11:30:12 -0700, Mark Sapiro wrote:
[...]
> >Is there an email command to get the names and owner names of mailing lists
> >on our system?
> 
> 
> No, but there are command line tools bin/list_lists, bin/list_admins
> and bin/list_owners.

A little more help:

  for list in $(/path/to/mailman/bin/list_lists -b -a); do 
    echo -n "${i}: "
    echo $(/path/to/mailman/bin/list_owners ${i});
  done

Which will give you output like:

  list: <space separated list of owners>
  list2: <space separated list of owners>
  ...

Hope that helps.

--Robert
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to