On 9/21/18 6:21 AM, Henrik Rasmussen wrote:
When creating a new list in Mailman 3, the Digest Size Threshold is set to 30KB, which is not much in my opnion.
- How do I set another default for Digest Size Threshold for new lists.
It's hard coded in mailman/styles/base.py. It should be a config setting, but I think it's not.
- How do I change the default for existing lists
Postorius -> Settings -> Digest
When Digest Size Threshold is not reached, mails seems to be sent according to digest_volume_frequency': which is set to 'monthly'. The web interface doesn't seem to have a setting for this.
No. digest_volume_frequency only controls how often the digest volume number increments (and issue number resets).
In order to send periodic digests, you need to run 'mailman digests --periodic' via cron.
How do I change this setting, both on a single list and the default for new lists?
The only setting is the lists digest_send_periodic which again is hard coded (to True) in mailman/styles/base.py. For existing lists, it is exposed in REST, but not yet in Postorius.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan