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/21 13:50:36 UTC

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

Author: axb
Date: Thu Aug 21 11:50:36 2014
New Revision: 1619367

URL: http://svn.apache.org/r1619367
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=1619367&r1=1619366&r2=1619367&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 Thu Aug 21 11:50:36 2014
@@ -27,8 +27,9 @@
 bayes_store_module  Mail::SpamAssassin::BayesStore::Redis
 
 
-#NOTE: In this example, we're not using authentication assuming the Redis server/port will not be reachable form the "outside".
-# You may want to add authentication once you've seen it work. See Redis docs for syntax
+# NOTE: In this example, we're not using Redis authentication assuming
+# 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