[Mailman-Users] Remove 1 member from multiple lists

Mark Sapiro mark at msapiro.net
Thu Oct 9 18:44:10 CEST 2008


Brian Carpenter wrote:
>
>Is it possible to remove 1 member from a number of lists via the command
>line?


If the number is all the lists in the installation of which that
address is a member,

  bin/remove_members --fromall user at example.com

Otherwise, you could run

  bin/remove_members $list user at example.com

in a shell script that iterates over the desired lists.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list