I just uninstalled psa-spamassassin and spamassassin, and installed ART's version, along with razor, dcc, and pyzor. Spamassassin is running, but it's not scanning emails.
My local.cf says this:
Code: Select all
required_hits 5
report_safe 0
rewrite_header Subject [SPAM]
Code: Select all
Apr 12 10:53:25 as spamd[11751]: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK'
Apr 12 10:53:25 as spamd[11751]: spamd: server started on port 783/tcp (running version 3.1.8)
Apr 12 10:53:25 as spamd[11751]: spamd: server pid: 11751
Apr 12 10:53:25 as spamd[11751]: spamd: server successfully spawned child process, pid 11756
Apr 12 10:53:25 as spamd[11751]: spamd: server successfully spawned child process, pid 11757
Apr 12 10:53:25 as spamd[11751]: prefork: child states: II
Code: Select all
11751 ? Ss 0:00 /usr/bin/spamd -d -c -m5 -H -r /var/run/spamd.pid
11756 ? S 0:00 spamd child
11757 ? S 0:00 spamd child
17848 pts/2 S+ 0:00 grep spamd
I restarted SpamAssassin several times as well as the qmail.
I sent a GTUBE test and it got through without being tagged as spam. Is there something else I need to do to get SpamAssassin running? Thanks for your help.