You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jason Lixfeld <ja...@lixfeld.ca> on 2004/11/07 22:02:06 UTC

Global Bayesian DB or all per user?

Is there a global Bayesian DB or is each database a per user database?


RE: Global Bayesian DB or all per user?

Posted by Noel K Hall II <no...@physicianrecruiting.com>.
I use it globally, with this in my local.cf file

use_bayes		1
use_bayes_rules		1
bayes_auto_learn	1

bayes_path		/var/spool/spamassassin/bayes
bayes_file_mode		0660

Although if you don't set this it will make a separate one per user under
$USER_HOME/.spamassassin/bayes I believe.

-----Original Message-----
From: Jason Lixfeld [mailto:jason+lists.spamassassin@lixfeld.ca] 
Sent: Sunday, November 07, 2004 4:02 PM
To: users@spamassassin.apache.org
Subject: Global Bayesian DB or all per user?

Is there a global Bayesian DB or is each database a per user database?