22 Jan
2024
22 Jan
'24
6:13 p.m.
On 1/22/24 06:33, Stephen J. Turnbull wrote:
pau.baiges@csuc.cat writes:
Is there a way to extract all the lists and show the administrators who manage those lists?
mailman lists mailman members -R $ROLE $LIST
see also "mailman lists -h" and "mailman members -h".
And you can do it all with one command like
for list in `mailman lists |sed 1d`;do
echo ">>> $list"; mailman members -R administrator $list
done
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan