Re: Redis Bayes Expire

2016-03-02 Thread Reindl Harald
Am 02.03.2016 um 16:52 schrieb Marc Perkel: My Redis bayes keeps growing. It acts like it's not expiring like it should. Do I need to do something to force expire? Also - anything ekse I should set? Google "spamassassin redis expire" and hit number 2: http://www.gossamer-threads.com/lists/spa

Re: Redis Bayes Expire

2016-03-02 Thread Axb
On 03/02/2016 05:32 PM, Marc Perkel wrote: On 03/02/16 08:02, Axb wrote: On 03/02/2016 04:52 PM, Marc Perkel wrote: My Redis bayes keeps growing. It acts like it's not expiring like it should. Do I need to do something to force expire? Also - anything ekse I should set? Here's my settings.

Re: Redis Bayes Expire

2016-03-02 Thread Marc Perkel
On 03/02/16 08:02, Axb wrote: On 03/02/2016 04:52 PM, Marc Perkel wrote: My Redis bayes keeps growing. It acts like it's not expiring like it should. Do I need to do something to force expire? Also - anything ekse I should set? Here's my settings. bayes_sql_dsn server=localhost:6379 use_bay

Re: Redis Bayes Expire

2016-03-02 Thread Axb
On 03/02/2016 05:02 PM, Axb wrote: On 03/02/2016 04:52 PM, Marc Perkel wrote: My Redis bayes keeps growing. It acts like it's not expiring like it should. Do I need to do something to force expire? Also - anything ekse I should set? Here's my settings. bayes_sql_dsn server=localhost:6379 use_

Re: Redis Bayes Expire

2016-03-02 Thread Axb
On 03/02/2016 04:52 PM, Marc Perkel wrote: My Redis bayes keeps growing. It acts like it's not expiring like it should. Do I need to do something to force expire? Also - anything ekse I should set? Here's my settings. bayes_sql_dsn server=localhost:6379 use_bayes 1 use_bayes_rules 1 # Your ch

Redis Bayes Expire

2016-03-02 Thread Marc Perkel
My Redis bayes keeps growing. It acts like it's not expiring like it should. Do I need to do something to force expire? Also - anything ekse I should set? Here's my settings. bayes_sql_dsn server=localhost:6379 use_bayes 1 use_bayes_rules 1 # Your choice if you want to use auto_learn bayes_a

Re: bayes expire

2015-03-11 Thread Reindl Harald
Am 11.03.2015 um 19:53 schrieb @lbutlr: Non-token data: last expire time delta and last expire reduction count are currently 0. What is the time before these fields might start to see data? 0.000 0 3 0 non-token data: bayes db version 0.000 0 2928

Re: bayes expire

2015-03-11 Thread Matus UHLAR - fantomas
On 11.03.15 12:53, @lbutlr wrote: Non-token data: last expire time delta and last expire reduction count are currently 0. What is the time before these fields might start to see data? you must either allow auto-expire (which many people discourage) or run expire manually (once per time) -- Mat

bayes expire

2015-03-11 Thread @lbutlr
Non-token data: last expire time delta and last expire reduction count are currently 0. What is the time before these fields might start to see data? 0.000 0 3 0 non-token data: bayes db version 0.000 0 2928 0 non-token data: nspam 0.000

Re: Really force a Bayes expire

2008-10-22 Thread Kai Schaetzl
Graham Murray wrote on Fri, 29 Aug 2008 19:42:34 +0100: > As does the 'normal' Bayes expiry mechanism of triggering (or > attempting) an expire when the number of tokens reaches the threshold. coming back to this old thread. Unfortunately, the expiry uses the same algorithm for all Bayes storage

Re: Really force a Bayes expire

2008-08-29 Thread Graham Murray
Michael Scheidell <[EMAIL PROTECTED]> writes: >> From: Kai Schaetzl <[EMAIL PROTECTED]> >> AFAIR, with SQL I do the expire myself, SA won't do it, right? > > No, sa-learn --force-expire works fine. As does the 'normal' Bayes expiry mechanism of triggering (or attempting) an expire when the number

Re: Really force a Bayes expire

2008-08-29 Thread Michael Scheidell
> From: Kai Schaetzl <[EMAIL PROTECTED]> > Reply-To: > Date: Fri, 29 Aug 2008 15:01:25 +0200 > To: > Subject: Re: Really force a Bayes expire > > Thanks for the tips, I'll have a look at them once I'm back in office > which will take another four weeks

Re: Really force a Bayes expire

2008-08-29 Thread Kai Schaetzl
Thanks for the tips, I'll have a look at them once I'm back in office which will take another four weeks. Quite a while back I tested converting to SQL, but never actually put the results into production. AFAIR, with SQL I do the expire myself, SA won't do it, right? Kai -- Kai Schätzl, Berli

Re: Really force a Bayes expire

2008-08-29 Thread Kai Schaetzl
Sorry for the belated answer. I'm currently on vacation and don't look regularly in the mailing lists. If I have a bit of time I'll check for the data from the -D and also from the magic dump and post it. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://w

Re: Really force a Bayes expire

2008-08-17 Thread Matt Kettler
Kai Schaetzl wrote: > Many of my Bayes db's (not SQL) can't be expired anymore because the > --force-expire run can't find a delta that is big enough or so. I tried > with several settings for max_size that would either expire only a few or > most of the db and some steps in-between. Always the

Re: Really force a Bayes expire

2008-08-17 Thread Michael Scheidell
by atime, desc). Don't forget to update bayes_vars, rename table and restart spamd. Might allow more than 1mm tokens with above, then force a bayes-expire just in case. (with a max_db < 1mm) WMMY, suggestion void where prohibited or taxed. -- Michael Scheidell, CTO >|SE

Really force a Bayes expire

2008-08-17 Thread Kai Schaetzl
Many of my Bayes db's (not SQL) can't be expired anymore because the --force-expire run can't find a delta that is big enough or so. I tried with several settings for max_size that would either expire only a few or most of the db and some steps in-between. Always the same problem. Is there a wa

Re: Question on long scan times - Bayes expire

2006-02-17 Thread Daryl C. W. O'Shea
Kevin W. Gagel wrote: - Original Message - Thanks, that explains something. What man page do I read up on to be able to figure out how to expire the bayes db manually? I've a quick look but don't see anything jumping out at me. Found it in sa-learn, I've setup a cronjob to run it once a

Re: Question on long scan times - Bayes expire

2006-02-17 Thread Kevin W. Gagel
>- Original Message - >Thanks, that explains something. What man page do I read up >on to be able to figure out how to expire the bayes db >manually? I've a quick look but don't see anything jumping >out at me. Found it in sa-learn, I've setup a cronjob to run it once a day. We'll see how