[Mailman-Developers] [CLI Project] Added export to CSV feature

Rajeev S rajeevs1992 at gmail.com
Wed Jul 30 19:37:59 CEST 2014


Hi,

I have pushed r68 that adds the export to CSV feature to the mailman 
command line tools.

Usage

     ./mmclient show user -v --csv path/to/file.csv
     ./mmclient show list -v --csv path/to/file.csv
     ./mmclient show domain -v --csv path/to/file.csv

The r68 further adds the support for white spaces in object names. The 
corresponding regular
expression has been modified in all parsers.

     >>> create user with `email` = `a at b.com` and `display_name` = `Foo 
Bar` and `password` = `abcde`

http://bazaar.launchpad.net/~rajeevs1992/mailman.client/mailmancli/revision/68



More information about the Mailman-Developers mailing list