Re: [Mailman-Developers] Thinking about list footers

2014-06-02 Thread Murray S. Kucherawy
On Sat, May 31, 2014 at 4:30 AM, Stephen J. Turnbull wrote: > Also, the last time partial signatures came up, it was pointed out > that there are *no* MUAs that differentiate between signed parts and > unsigned parts. You don't get a warning when your eyes move from a > signed part to an unsigne

Re: [Mailman-Developers] [CLI Project] Introduced Unit tests to CLI

2014-06-02 Thread Barry Warsaw
On Jun 02, 2014, at 12:56 PM, Rajeev S wrote: >I was in an idea to follow "the one class per file" style, especially when >the classes tend to grow large in size as in the tests.(It was mentioned in >the Barry's style guide, and so is a common coding guideline.) > >Should I change that? I intend

[Mailman-Developers] Moderating subscriptions

2014-06-02 Thread Aurelien Bompard
Hey y'all, In Mailman 3, I'm trying to create a list that would require its moderators to approve subscriptions. In the Mailman doc, this is commonly referred to as a "closed" list. However, I can't find a way to create such a list, nor the database field which would mark it as such. I've also see

Re: [Mailman-Developers] [CLI Project] Introduced Unit tests to CLI

2014-06-02 Thread Rajeev S
On Mon, Jun 2, 2014 at 11:53 AM, Abhilash Raj wrote: > Hi Rajeev, > > Rajeev S wrote: > > Thanks for considering my suggestion. I think you don't need to create > a sub-module for each scope inside `tests` module. It should be simpler > like `/tests/test_domain.py` and all the tests related to d