Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Rajeev S
Hi, I have added two more methods, *create domain* and *list mailing lists*. The listing feature is performed using the `tabulate` module, which I have added to the install_requires. Also, the usage of the CLI is explained in the cli/docs/using.txt. *Regards,Rajeev S* *Government Engineering Co

Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Tom Browder
On Sat, May 3, 2014 at 2:49 AM, Rajeev S wrote: > Hi, > > I have added two more methods, *create domain* and *list mailing lists*. I haven't watched this entire thread, but I hope someone is considering setting appropriate defaults for at least two mailing list types such as: read-only (news)

Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Stephen J. Turnbull
Rajeev S writes: > Hi, > > I have added two more methods, *create domain* and *list mailing lists*. > The listing feature is performed using the `tabulate` module, which I have > added to the install_requires. > > Also, the usage of the CLI is explained in the cli/docs/using.txt. Great!

Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Stephen J. Turnbull
Tom Browder writes: > I haven't watched this entire thread, but I hope someone is > considering setting appropriate defaults for at least two mailing list > types such as: > > read-only (news) > read-post (moderated or not) Not in that terminology, no. What do you hope to type, and wh

Re: [Mailman-Developers] ANNOUNCE: The GNU Mailman 3 suite, beta 1 preview

2014-05-03 Thread Tom Browder
On Thu, Apr 24, 2014 at 9:19 AM, Barry Warsaw wrote: ... > On behalf of the Mailman development team, I am happy > to announce the first beta release of the full Mailman 3 suite. > > This release includes: ... > Core > project - https://launchpad.net/mailman ... I apologize for my confusion,

Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Tom Browder
On Sat, May 3, 2014 at 8:44 AM, Stephen J. Turnbull wrote: > Tom Browder writes: > > > I haven't watched this entire thread, but I hope someone is > > considering setting appropriate defaults for at least two mailing list > > types such as: > > > > read-only (news) > > read-post (moderat

Re: [Mailman-Developers] ANNOUNCE: The GNU Mailman 3 suite, beta 1 preview

2014-05-03 Thread Mark Sapiro
On 05/03/2014 07:15 AM, Tom Browder wrote: > On Thu, Apr 24, 2014 at 9:19 AM, Barry Warsaw wrote: > ... >> On behalf of the Mailman development team, I am happy >> to announce the first beta release of the full Mailman 3 suite. >> >> This release includes: > ... >> Core >> project - https://l

Re: [Mailman-Developers] ANNOUNCE: The GNU Mailman 3 suite, beta 1 preview

2014-05-03 Thread Tom Browder
On Sat, May 3, 2014 at 10:22 AM, Mark Sapiro wrote: > On 05/03/2014 07:15 AM, Tom Browder wrote: >> ... >> If I want the latest development version of Mailman should I use the >> announced lp address above or the one I'm using now: >> >> Related branches: >> parent branch: http://bazaar.launchpa

Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Stephen J. Turnbull
Tom Browder writes: > I think this GSoC project might be the place to at least start with > the option of choosing a list "style" such as a defined "read-only" > mailing list. Ah, OK, I see what you're getting at now. I think this is out of scope for the CLI project, although it's possible t

Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Barry Warsaw
On May 03, 2014, at 09:59 AM, Tom Browder wrote: >Using the latest cli commands as shown in Rajeev's >/src/mailmanclient/cli/docs/using.txt would be for the "default" list >style: > > test_one = example.create_list('test-one') > >Then, for other styles, we could use something like (pardon my pseu

Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Tom Browder
On Sat, May 3, 2014 at 12:21 PM, Barry Warsaw wrote: > On May 03, 2014, at 09:59 AM, Tom Browder wrote: ... >>Then, for other styles, we could use something like (pardon my pseudo code): >> >> test_one = example.create_list('test-one', style='read-only') ... > The CLI (i.e. `mailman create` comma

[Mailman-Developers] Mailman 2.1.18 final release

2014-05-03 Thread Mark Sapiro
I'm pleased to announce the final release for Mailman 2.1.18. This release has new features to help with mitigation of the impacts of DMARC on mailing lists as well as fixing several bugs. Python 2.4 is the minimum supported, but Python 2.7 is recommended. There are significant new i18n strings

Re: [Mailman-Developers] [GSoC 2014] Mailman CLI Project

2014-05-03 Thread Rajeev S
Stephen J. Turnbull wrote: Ah, OK, I see what you're getting at now. I think this is out of scope for the CLI project, although it's possible that providing some kind of scriptable interface (even a simple way to store a sequence of commands acting on the "current" list should suffice, where "c