Michael Grueter wrote:
>
>On Dec 12, 2007, at 4:19 PM, Mark Sapiro wrote:
>
>> Now there are several ways to accomplish this, but first you should
>> have
>>
>> add_virtualhost('example.com', 'example.com')
>>
>> in mm_cfg.py. Then you can run
>>
>> bin/withlist -r -r fix_url listname -u example.
Jason Pruim <[EMAIL PROTECTED]> wrote:
>Hi Everyone...
>
>I have looked around on the web and haven't found any info that I
>understand about making sure that mailman is receiving and sending e-
>mail that is sent into it. I just had a situation where on my site
>(With real low volume lists)
On Dec 13, 2007, at 2:55 PM, Larry Stone wrote:
> On Thu, 13 Dec 2007, Jason Pruim wrote:
>
>> I have looked around on the web and haven't found any info that I
>> understand about making sure that mailman is receiving and sending e-
>> mail that is sent into it. I just had a situation where on m
On Thu, 13 Dec 2007, Jason Pruim wrote:
> I have looked around on the web and haven't found any info that I
> understand about making sure that mailman is receiving and sending e-
> mail that is sent into it. I just had a situation where on my site
> (With real low volume lists) that it was not se
Hi Everyone...
I have looked around on the web and haven't found any info that I
understand about making sure that mailman is receiving and sending e-
mail that is sent into it. I just had a situation where on my site
(With real low volume lists) that it was not sending mail since the 11
of
Meenal Pant wrote:
>I am trying to implement a custom handler and referring to
>http://www.python.org/cgi-bin/faqw-mm.py?req=edit&file=faq04.067.htp for
>doing so. I insert the
>
> GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Moderate'), 'MyHandler')
>
>line in mm_cfg.py and restart the qrunner
On 12/13/07, Meenal Pant wrote:
> However the handler does not get inserted in Defaults.py
Defaults.py is a Python program that creates certain system-wide
defaults, some of which can (and should) be over-ridden in mm_cfg.py.
Thus, nothing you do in mm_cfg.py is going to get "inserted" into
D
Our government agency has 40-50 Mailman lists which have sprung up over
the years as various needs arose. We have a wonderful couple of guys
handling the tech side of things and each list has an owner - usually
not too technical - that handles the day to day memberships, postings,
inquiries, etc.
I am trying to implement a custom handler and referring to
http://www.python.org/cgi-bin/faqw-mm.py?req=edit&file=faq04.067.htp for
doing so. I insert the
GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Moderate'), 'MyHandler')
line in mm_cfg.py and restart the qrunner as
/usr/lib/mailman/bin/ma