[Mailman-Users] List all members of All lists

2009-11-20 Thread Harold Pritchett
How do I list all of the members of all of my lists. Actually, I need to delete all users from a domain and the command remove_members --fromall --nouserack does not accept wildcards. If I can get a list of all users, I can then grep it for the domain name and run remove_members for each of the

Re: [Mailman-Users] List all members of All lists

2009-11-20 Thread Adam McGreggor
On Fri, Nov 20, 2009 at 02:10:06PM -0500, Harold Pritchett wrote: How do I list all of the members of all of my lists. Actually, I need to delete all users from a domain and the command remove_members --fromall --nouserack does not accept wildcards. If I can get a list of all users, I can

Re: [Mailman-Users] List all members of All lists

2009-11-20 Thread Martin Schütte
Harold Pritchett wrote: How do I list all of the members of all of my lists. Hello, I use this script to get a list of all lists and all members: #! /bin/sh for i in `/usr/local/mailman/bin/list_lists | tail +2 | awk '{print $1}'`; do \ for j in `/usr/local/mailman/bin/list_members $i`; do \

Re: [Mailman-Users] Revisit to moderator aliases

2009-11-20 Thread Bill Catambay
Looks like I'm half-way there unfortunately, half-way means one step back before the two steps forward. I got my ISP to create the aliases: foo-list: |/opt/mailman/mail/mailman owner foo-list foo-list-mod: |/opt/mailman/mail/mailman post foo-list It

Re: [Mailman-Users] Revisit to moderator aliases

2009-11-20 Thread Terri Oda
Bill Catambay wrote: Here's a couple of questions while I sit idly by as posts to the mailing list build up in my inbox: 1. Anyone know the missing ingredient (in tech terms) that might clue in the night watchman on what needs to be done to make foo-list-mod work? This might not be

Re: [Mailman-Users] Revisit to moderator aliases

2009-11-20 Thread Bill Catambay
At 7:48 PM -0800 on 11/17/09, Mark Sapiro wrote: I think the aliases together with the modified Moderate handler for your list will be your DREAM SOLUTION. And this has the advantage that while it is some work for the host to set up, it affects only your list so thay can't say no solely on the

Re: [Mailman-Users] Revisit to moderator aliases

2009-11-20 Thread andale
At 11:42 PM -0500 on 11/20/09, Terri Oda wrote: Bill Catambay wrote: Here's a couple of questions while I sit idly by as posts to the mailing list build up in my inbox: 1. Anyone know the missing ingredient (in tech terms) that might clue in the night watchman on what needs to be done to

Re: [Mailman-Users] Revisit to moderator aliases

2009-11-20 Thread Mark Sapiro
and...@excaliburworld.com wrote: Bill Catambay wrote: Here's a couple of questions while I sit idly by as posts to the mailing list build up in my inbox: 1. Anyone know the missing ingredient (in tech terms) that might clue in the night watchman on what needs to be done to make foo-list-mod

Re: [Mailman-Users] Revisit to moderator aliases

2009-11-20 Thread Mark Sapiro
Bill Catambay wrote: At 7:48 PM -0800 on 11/17/09, Mark Sapiro wrote: So I need to ask them to install a custom handler for the foo-list (my) mailing list (and God willing, they'll understand what that means). I'll tell them to change: def process(mlist, msg, msgdata): if