[Mailman-Developers] [ mailman-Feature Requests-459227 ] remove user from all lists

SourceForge.net noreply at sourceforge.net
Sat Jan 11 04:19:15 EST 2003


Feature Requests item #459227, was opened at 2001-09-06 11:29
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=459227&group_id=103

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: remove user from all lists

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

----------------------------------------------------------------------

Comment By: David Gibbs (midrangeman)
Date: 2003-01-11 06:19

Message:
Logged In: YES 
user_id=86339

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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=459227&group_id=103



More information about the Mailman-Developers mailing list