Hi there, I've integrated SpamAssassin with Mailman following the instructions at http://www.jamesh.id.au/articles/mailman-spamassassin/
How do I test SpamAssassin with mail so that I know that mail is being filter? Below is the spamassassin config I've added to mm_cfg.py: # Adding the SpamAssassin Filter to Mailman GLOBAL_PIPELINE.insert(1, 'SpamAssassin') SPAMASSASSIN_HOST = birn-holly.ucsd.edu # how to contact SA SPAMASSASSIN_DISCARD_SCORE = 7.5 SPAMASSASSIN_HOLD_SCORE = 5 SPAMASSASSIN_MEMBER_BONUS = 2 Thanks! ------------------------------------------------------ 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