On 19 October 2001, Joshua S. Freeman said:
> I noticed in /mailman/bin a script called 'find_member' but I don't 'read'
> python and don't know if that's some kind of utility to do what I'm trying
> to do.
You don't have to read Python, just English. Running find_member
without arguments gives a help message. If you don't know which lists
this person is a member of, find_member looks useful.
If you know the list in question, you probably want to use list_members
with our old friend grep. Eg. to find all "@aol.com" users on
"foo-list":
cd ~mailman
./bin/list_members foo-list | grep '@aol\.com'
Good luck --
Greg
--
Greg Ward - software developer [EMAIL PROTECTED]
MEMS Exchange http://www.mems-exchange.org
------------------------------------------------------
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users