aquero wrote: > > Hi, > i have setup spam-assassin and enabled Bayesian filter. Do i have to > install the db required for Bayesian filter? or, is there any central > database for spam-assassin Bayesian filter which it will automatically > access? >
SpamAssassin uses Berkeley DB, an embedded database. If DB_File module is installed you should already have access to bayes db. You can check by using this oneliner: perl -le "use DB_File; print DB_File->VERSION" Daniel -- View this message in context: http://old.nabble.com/doubt-in-using-bayesian-filter-tp28813787p28814292.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.
