4 Feb
2022
4 Feb
'22
12:57 p.m.
Hello again,
we have fixed the issue now:
mailman shell -l list@lists.example.com
Welcome to the GNU Mailman shell
Use commit() to commit changes.
Use abort() to discard changes since the last commit.
Exit with ctrl+D does an implicit commit() but exit() does not.
Die Variable 'm' ist die list@lists.example.com Mailingliste
>>> lr = IListRequests(m)
>>> for req in lr.held_requests:
... if lr.get_request(req.id) is None:
... print(req.id)
...
32598
22449
66937
68261
92927
>>>
With this IDs
DELETE FROM _request WHERE id IN (32598, 22449, 66937, 68261, 92927);
And the 500 error is gone.