[Mailman-Users] Mailman-SpamAssassin

John Fleming john at wa9als.com
Tue Jan 4 18:13:34 CET 2005


I'm trying to use the Handler that integrates Mailman with SpamAssassin as
described at http://www.jamesh.id.au/articles/mailman-spamassassin/ and
referenced in the Mailman FAQ.  Although I'm a relative newbie, I am using a
similar handler that integrates ClamAV with Mailman successfully.  However,
I can't get the SA handler to work - Known spam gets delivered to the list
as if SA was not involved at all.  Spamd is running and SA otherwise working
fine with other non-list email  I have the python scripts SpamAssassin.py
and spamd.py in the Mailman/Handlers directory with ownership list:list
(works with clamav script) and have tried root:list.

My Mailman mm_cfg.py pertinent part looks like this:

GLOBAL_PIPELINE.insert(1, 'SpamAssassin')
#SPAMASSASSIN_HOST = 'my.domain.com'  <----tried with and without specifying
the hostname
#
#  Scan messages for viruses using Clam AntiVirus
GLOBAL_PIPELINE.insert(1, 'ClamScan')
CLAMAV_DISCARD = 0
CLAMAV_CLAMDSCANPATH = '/usr/bin/clamdscan'

MTA is Postfix.  Linux is Debian Sarge (Testing).  I've googled myself silly
about this and don't find much - It's supposed to be easy!  Thanks any
elp.  - John





More information about the Mailman-Users mailing list