[Mailman-Developers] Exporting member info (including options)

Barry Warsaw barry at list.org
Tue Aug 24 23:31:30 CEST 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/mailman-developers/attachments/20100824/977759c8/attachment.pgp>


More information about the Mailman-Developers mailing list