On 12/8/25 07:37, Christian Stalberg via Mailman-users wrote:
I just ran the clean_users.py script and it removed user email addresses from Django. I can still find these addresses however using Postorius which show
Subscriptions User has no subscriptions. Ownerships User has no ownerships.
Why are they still listed then? How can I purge my system of all instances of unsubscribed registrants please?
Postorius is showing you Mailman users. If you ran the clean_users.py script with default settings, it only removed Django users. To delete Mailman users with no subscriptions or ownerships, you have to set DELETE_MAILMAN_USER = True
As it says, # Set True to delete Mailman users that have no memberships with any role. # Set False to not delete Mailman users.
You can change the setting for DELETE_MAILMAN_USER to True and run it again and it will delete those Mailman users.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan