Barry Warsaw wrote: > >On Jul 24, 2006, at 1:53 PM, emf wrote: > >> It would help me if I could just see the underlying data; any >> suggestions on how? > >Yep. Just pop below the MemberAdaptor interface and access the dicts >directly. See OldStyleMemberships.py for which dicts contain which >data (mostly organized this way for historical reasons). You'll want >to use bin/withlist listname to get the pickles loaded first, then >explore the MailList attributes from there.
Also, point bin/dumpdb at a config.pck to get a view of what's there. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
