Question, I've modified the KNOWN_SPAMMERS option to discard any emails that contain the following text from these headers below.

KNOWN_SPAMMERS = [
    ('subject', r'.*e-mail.*'),
    ('from', r'.*software-for-education.*'),
    ]

The first one works great (e-mail), but the second filter is not discarding the emails that are sent. Any suggestions what the problem might be. I've restarted mailman for the second filter to go in affect.

--
Kory Wheatley
Academic Computing Analyst Sr.
Phone 282-3874
#########################################
Everything must point to him.

------------------------------------------------------
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/

Reply via email to