docker-mailman icon indicating copy to clipboard operation
docker-mailman copied to clipboard

Digests

Open brianemwd opened this issue 6 years ago • 2 comments

How are the scheduling of digests handled with your Docker/Mailman setup? I did not see any documentation on that. Is it possible to schedule a particular time to send out a summary digest? Is it possible to schedule a particular time to send out a summary digest for a particular list?

Thank you for your time. Brian

brianemwd avatar Aug 22 '19 12:08 brianemwd

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.77. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Aug 22 '19 12:08 issue-label-bot[bot]

Currently periodic digests aren’t supported by images. You can add a cron job on the host that runs a specific command to do that daily.

I don’t remember the command of the top of my head mailman —help should give you the right command to run, I think it is mailman send.

You can configure digests to be either periodic or after reaching a specific size. The one with specific size should work since it doesn’t need a routine job.

It should be possible to add scheduler to core’s image to do this, but I am debating if it is worth doing or there are better ways to do it.

maxking avatar Aug 23 '19 23:08 maxking

This issue has not been updated for more than 1year

github-actions[bot] avatar Oct 30 '22 22:10 github-actions[bot]