[Mailman-Users] email interface question -- list of mailing listsyou own
Robert Nickel
rnickel at scea.com
Mon May 4 23:22:21 CEST 2009
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
More information about the Mailman-Users
mailing list