[Mailman-Users] Output to file all lists and associated member addresses

Patrick Bogen pdbogen at gmail.com
Wed Sep 20 16:16:39 CEST 2006


On 9/20/06, Bill Landry <billl at inetmsg.com> wrote:
> Is there a simple way to output to a file all lists with each lists
> associated member addresses?  I know I can use:
>
snip
>
> for each list, but is there a way to do this in one fell swoop, without
> having to run through each member list individually?
You can do it with some simple shell scripting:

for i in `bin/list_lists -b`; do bin/list_members $i; done

-- 
- Patrick Bogen



More information about the Mailman-Users mailing list