[Mailman-Users] Finding a list user?

Paul Tomblin ptomblin at xcski.com
Mon Jul 24 22:09:12 CEST 2000


Quoting Neil Cooler (ncooler at nandomedia.com):
> Try this:
> 
> /path/to/mailman/bin/find_member [username at domain.com].
> 
> As for removing them, you're probably best off manually doing it through
> the interface.

person=ptomblin at xcski.com

for i in `bin/find_member $person | grep -v $person` ; do
    bin/remove_members $i $person
done

-- 
Paul Tomblin <ptomblin at xcski.com>, not speaking for anybody
There are two ways to write error-free programs.  Only the third one works.




More information about the Mailman-Users mailing list