
Sept. 19, 2025
11:41 a.m.
Thanks in advance for any help!
I tried the steps in this post: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/2...
But I tried changing the 'pend-type' to 'unsubscription' and 'un-subscription' neither of which worked:
pendings = getUtility(IPendings) for token, data in pendings.find( ... token_owner=TokenOwner.subscriber, ... pend_type='un-subscription'): ... pendings.confirm(token, expunge=True) ... commit()
I would like to remove all un-subscription requests from all lists on the server.
Cheers