
Aug. 24, 2010
9:31 p.m.
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