You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2017/04/11 03:15:11 UTC

svn commit: r1790908 - /spamassassin/branches/3.4/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf

Author: kmcgrail
Date: Tue Apr 11 03:15:10 2017
New Revision: 1790908

URL: http://svn.apache.org/viewvc?rev=1790908&view=rev
Log:
KG: Syncing Trunk to 3.4: A small change to the redis bayes config

Modified:
    spamassassin/branches/3.4/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf

Modified: spamassassin/branches/3.4/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf?rev=1790908&r1=1790907&r2=1790908&view=diff
==============================================================================
--- spamassassin/branches/3.4/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf (original)
+++ spamassassin/branches/3.4/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf Tue Apr 11 03:15:10 2017
@@ -31,7 +31,7 @@ bayes_store_module  Mail::SpamAssassin::
 # the Redis server/port will not be reachable from the "outside".
 # See Redis docs for authentication syntax
 
-bayes_sql_dsn  server=192.168.1.2:6379
+bayes_sql_dsn  server=192.168.1.2:6379,database=0
 
 use_bayes 1
 use_bayes_rules 1