On 5/28/08, Florian Effenberger wrote:
is it possible to set respond_to_post_requests and header filters in mm_cfg.py? I want to disable respond_to_post_requests for new lists automatically, and also want to filter out mails with X-Spam-Flags: YES in the header per default. Seems my settings in mm_cfg.py don't get recognized...
I think the settings in mm_cfg.py only affect the defaults that are set when new lists are created. In particular, they have no affect on any pre-existing lists.
You'd need to go through a separate process to change those same settings on each list, presumably some semi-automated method using "with_list".
-- Brad Knowles <[EMAIL PROTECTED]> LinkedIn Profile: <http://tinyurl.com/y8kpxu> ------------------------------------------------------ Mailman-Users mailing list [email protected] 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=show&file=faq01.027.htp
