remove user from all lists

Bug #266631 reported by Bug Importer
2
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
Medium
Unassigned

Bug Description

Have an automated way of finding the lists a user is
on, and removing him from all of them.

[http://sourceforge.net/tracker/index.php?func=detail&aid=459227&group_id=103&atid=350103]

Revision history for this message
Midrangeman (midrangeman) wrote :

Try this script ... it's simple, but it works ...

for LIST in `list_lists -b`
do
        echo "Processing $LIST"
        /usr/local/mailman/bin/remove_members $LIST $*
done

Revision history for this message
Jean.c.h (slug71) wrote :

Marked this bug as 'Invalid' due to its age and nothing further has been added in a long time. New versions have been released since as well as some underlying stuff in the OS platform itself.

If this bug still affects then please change status back to 'Confirmed'.

Changed in mailman:
status: New → Invalid
Revision history for this message
speeves (speeves) wrote :

As of:
ii mailman 1:2.1.11-11 Powerful, web-based mailing list manager

There is a --fromall flag, which removes the user from all lists on the server:
remove_members --fromall addr1

    --fromall
        Removes the given addresses from all the lists on this system
        regardless of virtual domains if you have any. This option cannot be
        used -a/--all. Also, you should not specify a listname when using
        this option.

Changed in mailman:
status: Invalid → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.