Re: [Mailman-Developers] bug in tests/test_handlers.py

2013-12-19 Thread Mark Sapiro
On 12/19/2013 12:07 PM, Stephen Willey Mats Mats wrote: > > tests/test_handlers.py sets digest_size_threshhold to 0. I assume this is an > attempt to force the digest send. But now 0 means ‘no digest’. Below is my > proposed patch to trick ToDigest into sending. Thanks for the report and pa

[Mailman-Developers] bug in tests/test_handlers.py

2013-12-19 Thread Stephen Willey Mats Mats
with http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1376 “ Setting digest_size_threshhold to zero now means no digests will be sent based on size instead of a digest being sent with every post. “ tests/test_handlers.py sets digest_size_threshhold to 0. I assume this is an at