Re: [Mailman-Users] Mailman 2.1.19 release

2015-02-07 Thread Mark Sapiro
Yesterday I released Mailman 2.1.19rc2 as noted below. Today I have released Mailman 2.1.19rc3 which can be downloaded from the same places as noted below for 2.1.19rc2. The reason for the quick replacement is I have augmented Mailman's versions.py to "fix" the encoding for strings in list attrib

Re: [Mailman-Users] How to configure mailman to only deliver mail a few times a day?

2015-02-07 Thread Laura Creighton
>> Anything obviously wrong with this idea? > >It doesn't seem that the 'mover' should be checking the age of things in >queue 1. The idea is just to not send messages more than a few times a >day, not to introduce extra delay. > >Also, it's easy to configure Mailman to use some smtp port other tha

Re: [Mailman-Users] How to configure mailman to only deliver mail a few times a day?

2015-02-07 Thread Mark Sapiro
On 02/06/2015 10:42 PM, Laura Creighton wrote: > > Then you write an external program that wakes up every so often, and > checks to see if anything in queue1 is old enough to send. If it is, > it moves it off to queue2, where the second sendmail will deal with it. > > Anything obviously wrong wit