Re: Conversion Spamassassin(bayes) database to SDBM

2011-08-04 Thread monolit939
Martin Gregorie-2 wrote: > > On Mon, 2011-08-01 at 12:30 -0700, monolit wrote: >> I tried to measure performance of Spamassassin by using SDBM databse, >> because of improvement performance. This site >> http://wiki.apache.org/spamassassin/BayesBenchmarkResults >> BayesBenchmarkResults claims

Re: Conversion Spamassassin(bayes) database to SDBM

2011-08-01 Thread monolit939
Axb wrote: > > On 2011-08-01 9:52, monolit939 wrote: >> >> >> Axb wrote: >>> >>> wrong! >>> >>> http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Conf.txt >>> >>> see "bayes_path" >>>

Re: Conversion Spamassassin(bayes) database to SDBM

2011-08-01 Thread monolit939
Axb wrote: > > wrong! > > http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Conf.txt > > see "bayes_path" > > in your case: > bayes_path /var/mail/.spamassassin/bayes > Hello, firstly, I have to thank for your advices. I added bayes_path /var/mail/.spamassassin/bayes to loca

Re: Conversion Spamassassin(bayes) database to SDBM

2011-07-31 Thread monolit939
John Hardin wrote: > > On Fri, 29 Jul 2011, monolit939 wrote: > >> it will be problem, because when I use: >> sa-learn --backup > /tmp/bayes_export >> I get: >> ls -l /tmp/bayes_export >> -rw-r--r-- 1 root root 77 2011-07-29 15:37 /tmp/bayes_export #

Re: Conversion Spamassassin(bayes) database to SDBM

2011-07-29 Thread monolit939
Axb wrote: > > On 2011-07-29 15:50, monolit939 wrote: >> >> >> Axb wrote: >>> >>> On 2011-07-29 15:03, monolit939 wrote: >>>> >>>> >>>> Axb wrote: >>>>> >>>>> On 2011-07-29 11

Re: Conversion Spamassassin(bayes) database to SDBM

2011-07-29 Thread monolit939
Axb wrote: > > On 2011-07-29 15:03, monolit939 wrote: >> >> >> Axb wrote: >>> >>> On 2011-07-29 11:14, monolit939 wrote: >>>> >>>> Hello, >>>> >>>> I have found test which says the change of type of Spama

Re: Conversion Spamassassin(bayes) database to SDBM

2011-07-29 Thread monolit939
Axb wrote: > > On 2011-07-29 11:14, monolit939 wrote: >> >> Hello, >> >> I have found test which says the change of type of Spamassassin database >> can >> increase performance almost three times (from Berkeley DB format to SDBM >> format). I want

Re: Conversion Spamassassin(bayes) database to SDBM

2011-07-29 Thread monolit939
Axb wrote: > > On 2011-07-29 11:14, monolit939 wrote: >> >> Hello, >> >> I have found test which says the change of type of Spamassassin database >> can >> increase performance almost three times (from Berkeley DB format to SDBM >> format). I want

Conversion Spamassassin(bayes) database to SDBM

2011-07-29 Thread monolit939
Hello, I have found test which says the change of type of Spamassassin database can increase performance almost three times (from Berkeley DB format to SDBM format). I want to ask you if somebody has some experience with conversion of standard Spamassassin bayes database. I have found just this

Conversion Spamassassin(bayes) database to SDBM

2011-07-29 Thread monolit939
Hello, I have found test which says the change of type of Spamassassin database can increase performance almost three times (from Berkeley DB format to SDBM format). I want to ask you if somebody has some experience with conversion of standard Spamassassin bayes database. I have found just this

Conversion Spamassassin(bayes) database to SDBM

2011-07-29 Thread monolit939
Hello, I have found test which says the change of type of Spamassassin database can increase performance almost three times (from Berkeley DB format to SDBM format). I want to ask you if somebody has some experience with conversion of standard Spamassassin bayes database. I have found just this

Conversion Spamassassin(bayes) database to SDBM

2011-07-29 Thread monolit939
Hello, I have found test which says the change of type of Spamassassin database can increase performance almost three times (from Berkeley DB format to SDBM format). I want to ask you if somebody has some experience with conversion of standard Spamassassin bayes database. I have found just this

Spamassasin - SQLITE as storage database

2011-05-17 Thread monolit939
Hello, do you have any experience with usage of SQLITE database as storage for Spamassassin? Spamassassin uses Berkeley DB, but I need to replace it. I could not find any manual, guide or just phorum discussion about colaboration Sapmassassin with SQLITE. I apreciate each advice. Thanks a lot --