[Mailman-Users] List of owners and subscribers

Stefan Förster cite at incertum.net
Mon May 5 19:08:12 CEST 2008


Throw in a

* Stefan Förster <cite at incertum.net> wrote:
> list_lists  | awk '(NR > 1){print $1}' | while read line; do
>     echo "List: $line"
    list_admins "$line"
>     list_members -f "$line"
> done

exactly there ;)

And ofc, this now assumes that list_admins is in your $PATH, too.


Cheers
Stefan


More information about the Mailman-Users mailing list