For the last several days, all messages scanned have not been using bayes because of an error:
debug: bayes: tok_get: SQL Error: ERROR: unterminated quoted string at or near "'" at character 145 debug: bayes: _put_token: SQL Error: ERROR: unterminated quoted string at or near "'" at character 171 debug: bayes: tok_get: SQL Error: ERROR: unterminated quoted string at or near "'�" at character 145 debug: bayes: _put_token: SQL Error: ERROR: unterminated quoted string at or near "'�" at character 171 debug: bayes: tok_get: SQL Error: ERROR: unterminated quoted string at or near "'¾8 ã" at character 145 debug: bayes: _put_token: SQL Error: ERROR: unterminated quoted string at or near "' 0;8ã" at character 171 This happens when scanning incoming messages and trying to sa-learn them manually. The errors cause no tokens to be available and thus bayes is ignored. Other than reverting to a backup of the database, is there something I can do or look at to fix this? I've never seen this message before and have been storing bayes data in an SQL database since SpamAssassin 3.0. Running PostgreSQL 8.0.3 for bayes. SpamAssassin version 3.0.4, running on Perl version 5.8.0. Thanks Andre Nicholson