Add support for digest_size_threshold = 0
Bug #558274 reported by
mherdeg
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
GNU Mailman | Status tracked in 3.0 | |||||
2.1 |
Fix Released
|
Wishlist
|
Mark Sapiro | |||
3.0 |
New
|
Wishlist
|
Unassigned |
Bug Description
This patch results in no more than one digest being sent per day if digest_
This behavior is documented at http://
"Set this variable to zero to specify that there is no size threshold, in which case no more than one digest will be sent out per day."
ToDigest.py does not currently implement this behavior. Under the current code, a threshold of zero will always be exceeded, so digest mode will not result in any reduction of traffic for recipients (and will in fact increase message size.) This patch expands the test to check the zero case.
Related branches
Changed in mailman: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
The file ToDigest.py.diff was added: rcsdiff output on ToDigest.py