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 <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
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/YIMDGMV4S2FC2VA4FLY5TDNXJE4DU4TU/

This message sent to [email protected]

Reply via email to