[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=editfile=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/mailmanctl restart 

However the handler does not get inserted in Defaults.py

I am using RHEL FC7 and mailman is installed in /usr/lib and /var/lib.
Thanks
Meenal
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


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 
Defaults.py.

-- 
Brad Knowles [EMAIL PROTECTED]
LinkedIn Profile: http://tinyurl.com/y8kpxu
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp