On Aug 12, 2010, at 02:00 PM, Aaron Kreider wrote: >Is there a good way to export all of the member info for a list?
Mailman 3 has two related, but incomplete approaches that might provide some useful examples. There is an "export" command that dumps the various configurations to an XML format file. See src/mailman/bin/export.py There's also an "import" command which will be used to import a Mailman 2 config.pck file into the schema used by Mailman 3. This is kind of working and there are some doctests for this, but it still needs work to be a complete solution. See src/mailman/command/cli_import.py for details. -Barry
signature.asc
Description: PGP signature
_______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 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://wiki.list.org/x/QIA9
