Mark Sapiro wrote:
On 9/21/18 6:21 AM, Henrik Rasmussen wrote:
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.
Currently I am running Mailman version 3.2.0a1 which doesn't seem to have a --periodic option.
When running "docker exec mailman-core mailman digests --send --verbose -l listname@lists.example.com", output is "listname.lists.example.com sent volume 11, number 4" and this increases each time, but even I do approve held mails, none are sent (according to the smtp.log and docker logs posrfix).
As I understand, using --sent should send a digest immediately (except when used with --dry-run).
As the default Digest size threshold was 30KB, making very small digests being sent, I increased this (for test) to 5000 KB (or is it Kilo bits, as the text says "How big in Kb should a digest be before it gets sent out?"?
Could Digest size threshold have any impact on why no digests are sent even I run "docker exec mailman-core mailman digests --send --verbose -l listname@lists.example.com" or is this an issue in the version I am using?
-- Henrik Rasmussen