I am struggling with SpamAssassin on a 6.5 server. An email picked up by the virus checker this morning shows that version 2.63 seems to be working:
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11)
X-Spam-Report:
* 0.3 NO_REAL_NAME From: does not include a real name
* 0.2 MIME_BOUND_NEXTPART Spam tool pattern in MIME boundary
* 1.2 MISSING_MIMEOLE Message has X-MSMail-Priority, but no X-MimeOLE
* 0.8 PRIORITY_NO_NAME Message has priority setting, but no X-Mailer
X-Spam-Status: No, hits=2.4 required=6.0 tests=MIME_BOUND_NEXTPART,
MISSING_MIMEOLE,NO_REAL_NAME,PRIORITY_NO_NAME autolearn=no
version=2.63
X-Spam-Level: **
but the daily spam report looks like this:
SpamAssassin Version : SpamAssassin version 3.1.0
running on Perl version 5.6.1
Reporting Period : 24.00 hrs
--------------------------------------------------
Total spam rejected : 0 ( 0.00%)
RBL rejected : 0 ( 0.00%)
Score above 15 : 0 ( 0.00%)
Total ham accepted : 0 ( 0.00%)
-------------------
Total emails processed: 0 ( 0/hr)
Average spam threshold : 0.00
Average spam score : 0.00
Average ham score : 0.00
and when I type rpm -qa | grep spam, I get
spamassassin-3.1.0-1
sortspam-1.1.0-05sme02
sme-spamfilter-1.2.2-1
spamassassin-tools-3.1.0-1
and there is no sign at all of version 2.63.
A recent thread suggested there may be a conflict between fetchmail and spamassassin. I was running the contrib sme-fetchmail to collect mail from an external mailbox, but this has now been removed. Our mail is collected using multidrop and fetchmail-5.9.0-21.7.3 is installed.
Does anyone have any ideas? Thanks. Mike