For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.
commit823721155a5e1a00026ac74d890adb531b0659b9
authorBarry Warsaw <barry@python.org>
Mon, 7 Sep 2015 03:52:57 +0000 (6 23:52 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 7 Sep 2015 14:51:55 +0000 (7 10:51 -0400)
tree37f1c27b9c92467bdf182f62438c2fa75e2443a7
parent41a1892c4f016aa52ac3e8442b6b4840d392057f
For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.
(Closes #141).  Also, don't enqueue a particular digest if there are no
recipients for that digest.
src/mailman/core/tests/test_runner.py
src/mailman/handlers/tests/test_cook_headers.py
src/mailman/model/tests/test_member.py
src/mailman/runners/digest.py
src/mailman/runners/docs/digester.rst
src/mailman/runners/tests/test_digest.py