Thanks in advance for any help! I tried the steps in this post: https://lists.mailman3.org/archives/list/[email protected]/thread/2PHTM7PSQICZCRETIPCNGLGC7XMJNMDJ/
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 _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/G7FLPS4LRIX2DY3B4H2OPOUUQNEIRGJL/ This message sent to [email protected]
