On Sun, August 20, 2006 20:21, Dimitar G. Katerinski wrote: > 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."
yep see bug http://bugs.gentoo.org/show_bug.cgi?id=143107 > 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 change to sql there, mysql does not work, sql does i downgrade to mysql 4.1.20 on gentoo, i do not know if that is needed on debian > bayes_sql_dsn DBI:mysql:spamassassin:localhost > bayes_sql_username <username> > bayes_sql_password <password> -- Benny