diff options
| author | Barry Warsaw | 2015-09-06 23:52:57 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-09-06 23:52:57 -0400 |
| commit | c8b2d7078c0f941b20a7b235693d4ffe8768209b (patch) | |
| tree | b7a83421fd23e2b3819b77be6b1388a2af23fb10 /src/mailman/docs | |
| parent | c5b8e9bfc0757b51a5ee5d866d247cbb9139c244 (diff) | |
| download | mailman-c8b2d7078c0f941b20a7b235693d4ffe8768209b.tar.gz mailman-c8b2d7078c0f941b20a7b235693d4ffe8768209b.tar.zst mailman-c8b2d7078c0f941b20a7b235693d4ffe8768209b.zip | |
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.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 0f778c494..29ab5d0ef 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -30,6 +30,9 @@ Bugs Abhilash Raj. (Closes #137) * The MHonArc archiver must set stdin=PIPE when calling the subprocess. Given by Walter Doekes. + * 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. Configuration ------------- |
