Re: MySQL, DBI, transactions problem

2006-08-21 Thread Benny Pedersen
On Mon, August 21, 2006 03:02, Mark Martinec wrote: >> 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

Re: MySQL, DBI, transactions problem

2006-08-21 Thread Mark Martinec
> Nope. I didn't write it clear, sorry about that. I want to make amavisd-new > use sql for all *_ quarantine_method, but DBI is complaining about the same > thing. I understood. It is the same problem, once you resolve the problem with Mail::SpamAssassin::BayesStore::MySQL, amavisd logging and q

Re: MySQL, DBI, transactions problem

2006-08-21 Thread Dimitar G. Katerinski
On Monday 21 August 2006 15:27, Mark Martinec wrote: > > A little bit off topic on this list, but since you are involved with > > amavisd-new, do you know how to avoid the same problem in amavisd-new? > > With Bayes db? Fix it within SpamAssassin, and amavisd-new will be happy > too. Like I mention

Re: MySQL, DBI, transactions problem

2006-08-21 Thread Mark Martinec
> A little bit off topic on this list, but since you are involved with > amavisd-new, do you know how to avoid the same problem in amavisd-new? With Bayes db? Fix it within SpamAssassin, and amavisd-new will be happy too. Like I mentioned previously, I've seen it too and it helped to reinstall DB

Re: MySQL, DBI, transactions problem

2006-08-21 Thread Dimitar G. Katerinski
On Monday 21 August 2006 13:45, Mark Martinec wrote: > > > > /etc/spamassassin/local.cf: > > > > bayes_store_module Mail::SpamAssassin::BayesStore::MySQL > > > > > > change to sql there, mysql does not work, sql does > > > > Тhanks a lot, that fixed the problem ;-) > > That just avoided the problem

Re: MySQL, DBI, transactions problem

2006-08-21 Thread Mark Martinec
> > > /etc/spamassassin/local.cf: > > > bayes_store_module Mail::SpamAssassin::BayesStore::MySQL > > > > change to sql there, mysql does not work, sql does > > Тhanks a lot, that fixed the problem ;-) That just avoided the problem by using a less efficient plugin which does not need transactions.

Re: MySQL, DBI, transactions problem

2006-08-21 Thread Dimitar G. Katerinski
On Monday 21 August 2006 03:44, Benny Pedersen wrote: > 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 /u

Re: MySQL, DBI, transactions problem

2006-08-20 Thread Mark Martinec
> 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:

Re: MySQL, DBI, transactions problem

2006-08-20 Thread Benny Pedersen
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.gen

MySQL, DBI, transactions problem

2006-08-20 Thread Dimitar G. Katerinski
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 li