Hi,
What exceptions? Note that there is a lot of cleanup in the as yet unreleased core 3.3.5. You might consider installing that. To do so, in your virtualenv as the Mailman user do
the exception was:
2021-05-27 21:56:25 [FALCON] [ERROR] GET /3.1/lists/nordwest@lists.ffnw.de/held?count=10&page=1 => Traceback (most recent call last): File "falcon/app.py", line 361, in falcon.app.App.__call__ File "/opt/mailman/mm/venv/lib/python3.7/site-packages/mailman/rest/post_moderation.py", line 174, in on_get resource = self._make_collection(request) File "/opt/mailman/mm/venv/lib/python3.7/site-packages/mailman/rest/helpers.py", line 182, in _make_collection entries = [as_dict(resource) for resource in collection] File "/opt/mailman/mm/venv/lib/python3.7/site-packages/mailman/rest/helpers.py", line 182, in <listcomp> entries = [as_dict(resource) for resource in collection] File "/opt/mailman/mm/venv/lib/python3.7/site-packages/mailman/rest/post_moderation.py", line 165, in _resource_as_dict assert resource is not None, resource AssertionError: None
pip install --upgrade git+https://gitlab.com/mailman/mailman
Thanks, I've upgraded to 3.3.5b1.
The exceptions you see are because entries are missing from the pended, pendedkeyvalue and/or message tables.
The exceptions are gone after the upgrade and May 28 18:48:57 2021 (18041) task runner started. May 28 18:48:57 2021 (18041) Task runner evicted 70 expired pendings May 28 18:49:11 2021 (18041) Task runner deleted 77 orphaned workflows May 28 18:49:11 2021 (18041) Task runner deleted 76 orphaned requests May 28 18:49:25 2021 (18041) Task runner deleted 71 orphaned messages May 28 18:49:25 2021 (18041) Task runner evicted expired cache entries
But since the upgrade from 3.2.1 to 3.3.x the list owners are spammed with
some.listmember@domain.tld's subscription has been disabled on nordwest@lists.ffnw.de due to their bounce score exceeding the mailing list's bounce_score_threshold.
The triggering DSN if available is attached.
and list members get corresponding notifications, but it seems Postfix did not create any bounces for them.
I did not find any related bug report yet, but maybe I missed something.
Best Regards Bjoern