On 9/20/06, Bill Landry <[EMAIL PROTECTED]> wrote:
> Thanks Patrick, that certainly gives me a listing of all of the member
> e-mail address for every list, but does not associate them with the
> particular list they apply to.  I was looking for an output like:
>
> List-A
> e-mail-1
> e-mail-2
> e-mail-3

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

-- 
- Patrick Bogen
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to