[Mailman-Users] Too many digests, at unexpected times

Mark Sapiro mark at msapiro.net
Sun Sep 11 18:35:36 EDT 2016


On 09/11/2016 03:14 PM, Matt Morgan wrote:
> 
> digestable=Yes
> digest_is_default=Digest
> mime_is_default_digest=Plain
> digest_size_threshold=0
> digest_send_periodic=No


Two things:

If digest_send_periodic=No, cron/senddigests will never send a digest
for this list. You want digest_send_periodic=Yes.

More importantly, if your Mailman is older than 2.1.16,
digest_size_threshold=0 means send a digest with every post rather than
unlimited size. See <https://bugs.launchpad.net/mailman/+bug/558274>.

You can fix it with the attached patch or just set
digest_size_threshold=1000 or some other big number.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ToDigest.patch
Type: text/x-diff
Size: 851 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/mailman-users/attachments/20160911/902624a6/attachment.patch>


More information about the Mailman-Users mailing list