Hello everyone, I'm trying to switch from Spamassassin to Dspam. Unfortunately, I'm getting these errors in Dspam sql.errors file:
Unknown column '1,46a91d6724214221013052' in 'where clause': select signature from dspam_signature_data where uid = 1 and signature = "1,46a91d6724214221013052" You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' SOME DIGITAL GARBAGE &' at line 1: insert into dspam_signature_data(uid, signature, length, created_on, data) values(1, "1,46a91d6724214221013052", 1296, current_date(), "- DIGITAL GARBAGE LIKE THIS - ^F<95>^[tË^?^C^A\0\0\0ÍÕÆÒ^F^X6") Nothing is being entered into dspam_signature_data table at all However, the data is being properly entered into dspam_virtual_uids, dspam_token_data, dspam_stats tables I'm using MySQL 5.0 and default DB tables provided with Dspam 3.8.0 dspam.conf has these values: TrainingMode teft TestConditionalTraining on Feature whitelist Algorithm graham burton Tokenizer chain PValue bcr ..... Could somebody please shed a light on this issue. I think it's a bug in Dspam itself. Could somebody suggest corrective actions to overcome this. Thank you in advance, Alex please
