Re: [Mailman-Users] script to remove users

2010-05-06 Thread Barry Finkel
>Excellent! Now if I could figure out how to wildcard that address. >There are 2 email address formats that could be used here, and I want to >make sure to get them both... > > >use...@physics.tamu.edu >use...@tamu.edu Take the file that contains the userids, and edit it. Make two pieces. Appe

Re: [Mailman-Users] script to remove users

2010-05-06 Thread Chris Barnes
On 5/6/2010 11:05 AM, Mark Sapiro wrote: Chris Barnes wrote: So, does anyone have a script which will read a given filename, and issues the command: remove_members --fromall -n -N $...@* How about remove_members --fromall -n -N -f filename Excellent! Now if I could figure out how to wi

Re: [Mailman-Users] script to remove users

2010-05-06 Thread Mark Sapiro
Chris Barnes wrote: > >So, does anyone have a script which will read a given filename, and >issues the command: > >remove_members --fromall -n -N $...@* How about remove_members --fromall -n -N -f filename -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California

[Mailman-Users] script to remove users

2010-05-06 Thread Chris Barnes
At the end of each semester, I have a list of 30 or so userids of students who are leaving. Before I write my own shell script, I thought I would see if I could prevent myself from reinventing the wheel and see if someone else has a script to do this. So, does anyone have a script which will