On 3/8/26 17:20, iMark wrote:
Is there an equivalent of Mailman 2's "bin/reset_bounce.py" in Mailman 3 ?
=================
On 2026-03-09 01:43, Mark Sapiro wrote:
reset_bounce.py is not part of Mailman 2.1. It is one of my scripts <https://www.msapiro.net/scripts/reset_bounce.py>. Currently there is no Mailman3 equivalent. It wouldn't be hard to make one, but I haven't done so yet.
=================
Thanks for that info (and thank you for the MM2 reset_bounce.py script).
I can see on a MM3 list's administration panel that a member has a bounce count of 4.
When I query the "bounceevent" table in the mailman database ...
SELECT * FROM mailman.public.bounceevent WHERE list_id = '<MY_LIST_ID>'
AND email = '<MEMBERS_EMAIL_ADDRESS>'
... the result is only 2 records from the last 24 hours. It appears that the table only stores 24 hours worth.
So I figure I'm looking in the wrong place. Where should I be looking?