You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ax...@apache.org on 2014/08/20 14:44:33 UTC

svn commit: r1619090 - /spamassassin/trunk/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf

Author: axb
Date: Wed Aug 20 12:44:33 2014
New Revision: 1619090

URL: http://svn.apache.org/r1619090
Log: (empty)

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

Modified: spamassassin/trunk/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf?rev=1619090&r1=1619089&r2=1619090&view=diff
==============================================================================
--- spamassassin/trunk/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf (original)
+++ spamassassin/trunk/contrib/HOWTO.Bayes-Redis/SA-rule/bayes_redis.cf Wed Aug 20 12:44:33 2014
@@ -1,8 +1,6 @@
 # Axb 2014-06-07
 # This goes in /etc/mail/spamassassin
 
-# Tell SA to use Bayes/Redis backend
-bayes_store_module  Mail::SpamAssassin::BayesStore::Redis
 
 # You'll need to set IP to your Redis server's IP
 # Redis-server-ip:Redis server listening port
@@ -25,6 +23,10 @@ bayes_store_module  Mail::SpamAssassin::
 #
 ###########################################################################
 
+# Tell SA to use Bayes/Redis backend
+bayes_store_module  Mail::SpamAssassin::BayesStore::Redis
+
+
 #NOTE: We're not using authentication assuming the Redis server/port should not be reachable form the "outside"
 # You can add authentication once you've seen it work.