Snake wrote: > >I am getting a huge amount of spam sent to my list owner addresses for all >my lists, is there any way I can stop this? >Can I setup my lists so that only mailman itself can email me and that other >people cannot send email to [EMAIL PROTECTED]
As Patrick says in another reply, spam filtering is best done in the incoming MTA, before it ever gets to Mailman. However, to answer your question, mail to the -owner address is processed through a pipeline of handlers defined as OWNER_PIPELINE in Defaults.py. SpamDetect (i.e.processing of header_filter_rules) is in that pipeline, but it probably isn't feasable to use header_filter_rules for this as the same rules apply to list posts, but you could implement a simple custom handler to discard any message that didn't have a message-id of the form generated by mailman or a mailman-like envelope sender or from address and add that to the OWNER_PIPELINE list. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.067.htp> -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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=show&file=faq01.027.htp