Re: [Mailman-Users] Custom handler error

2007-12-13 Thread Mark Sapiro
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

Re: [Mailman-Users] Custom handler error

2007-12-13 Thread Brad Knowles
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

[Mailman-Users] Custom handler error

2007-12-13 Thread Meenal Pant
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