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:14:21 UTC

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

Author: axb
Date: Thu Aug 21 11:14:21 2014
New Revision: 1619360

URL: http://svn.apache.org/r1619360
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=1619360&r1=1619359&r2=1619360&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:14:21 2014
@@ -27,8 +27,8 @@
 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.
+#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
 
 bayes_sql_dsn  server=192.168.1.2:6379