Hi guys. I am running dspam with MySQL backend and postfix as the MTA. Postfix uses dovecot as the delivery agent. Postfix -> Dspam -> Postfix -> Dovecot (as described in the postfix readme file) The problem is Dspam seems to be ignoring all the stored data about emails qualifying all the emails as innocent even though it's often classical examples of spam. As you can see the data is being harvested. Any ideas what may be wrong? I run Dspam on NetBSD 4.0 with postfix 2.3.7 and my dspam.conf can be found at http://www.yazzy.org/configs/netbsd/dspam.conf
mysql> select count(*) from dspam_signature_data; +----------+ | count(*) | +----------+ | 2439 | +----------+ 1 row in set (0.00 sec) mysql> select count(*) from dspam_token_data; +----------+ | count(*) | +----------+ | 602634 | +----------+ 1 row in set (0.00 sec) mysql> show tables; +----------------------+ | Tables_in_dspam | +----------------------+ | dspam_preferences | | dspam_signature_data | | dspam_stats | | dspam_token_data | | dspam_virtual_uids | +----------------------+ 5 rows in set (0.00 sec)
