On 2024-06-23 00:51, Mark Sapiro wrote:
Nothing showed up inĀ /opt/mailman/mm/var/lists/<LISTID>
Probably because (in Postorius) Settings->Digest->Enable Digests is No
Double checked that Enabled Digest s= Yes
Then, as "mailman", I ran "mailman digests --periodic" manually and got the same error (as expected since there is nothing there) ...
This error should not occur if there is no digests.mmdf. It only does occur because you have set Digest size threshold to 0 under the assumption that 0 means unlimited which it doesn't. If you don't want digests sent on size, you need to set Digest size threshold to a very large number.
I've created https://gitlab.com/mailman/mailman/-/issues/1158 to avoid throwing the exception, but setting the threshold to 0 is still wrong
Oh? I was indeed assuming that 0 meant unlimited. The threshold was set at 0.
My thinking was that meant the file size was not a factor in determining when the digest was sent and that the sending would be triggered by the daily cron.
When I set the threshold very low - 10kB - it sends a digest on every post.
So my understanding of what you are saying is: if the threshold is set very large, say 100,000 kB - then a digest will be be sent by the daily cron even if it is smaller than 100,000 kB.
Am I understanding correctly?