Hello, I'm trying to setup Spamassassin to use mysql for bayes storage. However I'm experiencing problems with DBI complaining about "Transactions not supported by database at /usr/lib/perl5/DBI.pm line 670."
I know that this is not strictly a spamassassin issue, but maybe someone from this list came upon such problem. Here's my setup: OS: debian unstable libdbi-perl - 1.51-2 mysql: 5.0.24 ~# spamassassin -V SpamAssassin version 3.1.4 running on Perl version 5.8.8 /etc/spamassassin/local.cf: bayes_store_module Mail::SpamAssassin::BayesStore::MySQL bayes_sql_dsn DBI:mysql:spamassassin:localhost bayes_sql_username <username> bayes_sql_password <password> Regards, Dimitar