[Mailman-Users] Is there a Command to extract the lists owners?

Mark Sapiro mark at msapiro.net
Tue Jul 12 03:27:20 CEST 2011


Odhiambo Washington wrote:
>
>A poor man's way: You just need to know the listname and append -owner to
>it, like mailman-users-owner.
>
>./bin/list_lists | grep -v '^[0-9]' | awk '{print $1"-owner@$domain"}'


Or

./bin/list_lists --bare | awk '{print $1"-owner@$domain"}'

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list