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 msgdata
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 m
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
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
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 helpfu
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
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 \
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 user
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 th