On 7/13/24 8:35 AM, Seth Seeger wrote:
Did this one list get corrupted somehow?
This is https://gitlab.com/mailman/mailman/-/issues/657
We still don't know the underlying cause. Note that the first script in that issue assumes that the multiple entries are for the mhonarc archiver, but this isn't always true.
If you run this database query
SELECT * FROM listarchiver WHERE mailing_list_id = (SELECT id from mailinglist WHERE list_id = 'list.example.com');
replacing list.example.com with the list_id of your problem list, you will see there are two entries with the same name. Then do
DELETE FROM listarchiver WHERE id = nn;
where nn is the id of one of the duplicates, it doesn't matter which.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan