[Mailman-Users] Add and Removelist from .txt file

Mark Sapiro msapiro at value.net
Thu Jul 27 05:58:20 CEST 2006


Eric Oye wrote:
>
>But wat if i have lots of list in my
>server. Is impossible for me to remove the members by entering the list name
>one by one. 
>
>bin/remove_members -f /path/to/textfile -n -N listname

#!/bin/sh
for list in `ls lists`
do bin/remove_members -f /path/to/textfile -n -N $list
done

-- 
Mark Sapiro <msapiro at value.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