On 6/21/24 22:04, Mark wrote:
At ~04:50 I posted an email to the list. The message was delivered to members and archived.
Nothing showed up inĀ /opt/mailman/mm/var/lists/<LISTID>
Probably because (in Postorius) Settings->Digest->Enable Digests is No
Then, as "mailman", I ran "mailman digests --periodic" manually and got the same error (as expected since there is nothing there) ...
$ /opt/mailman/venv/bin/mailman digests --periodic Traceback (most recent call last): ... FileNotFoundError: [Errno 2] No such file or directory: '/opt/mailman/mm/var/lists/<LISTID>/digest.mmdf' -> '/opt/mailman/mm/var/lists/<LISTID>/digest.6.3.mmdf'
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 as it will cause a digest to be sent on every post.
If the Enable Digests setting is Yes, then the lack of digests needs more investigation.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan