[Mailman-Developers] [CLI Project]Commands for adding Moderators and owners

Rajeev S rajeevs1992 at gmail.com
Thu Jun 19 18:49:13 CEST 2014


Hi,

I have pushed r59 (In fact, 2 days before) which adds commands to 
perform the following actions

- Add moderators

     ./mmclient add-moderator list list at domain.org --user a at b.com 
b at c.com d at e.com

- Add owners

     ./mmclient add-owner list list at domain.org --user a at b.com b at c.com 
d at e.com

- Remove Moderator

     ./mmclient remove-moderator list list at domain.org --user a at b.com 
b at c.com d at e.com

- Remove Owner

     ./mmclient remove-owner list list at domain.org --user a at b.com b at c.com 
d at e.com

All the above commands support an extra --quiet flag to suppress the 
action feedback message.

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


More information about the Mailman-Developers mailing list