Comment 1 for bug 266631

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