Visvanath Ratnaweera wrote:
>
>I have the data backup from a dead machine. The list is not moved
>to a new server (yet). Therefore I have no running system of Mailman.
>
>Is there a way of extracting the e-mail addresses from this (data)
>backup?


The addresses are in Mailman's lists/<listname>/config.pck file on the
backup.  All the good ways of getting them require access to a Mailman
installation somewhere. Since you don't have that, you are left with
running 'strings config.pck' and sifting through the output for the
addresses.

If you did have access to a Mailman installation, you could run
Mailman's bin/dumpdb against the config.pck which would produce output
easier to deal with, or you could create a lists/<listname>/ directory
in that installation, put the config.pck in it and run
"bin/list_members -f -p <listname>"

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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