Hi! I'm using SpamAssassin 3.4.1 with Redis 3.2.3 backend for bayes. Is Redis Cluster supported in this configuration? I'm getting these warnings:
*# sa-learn --dump magic* *plugin: eval failed: CROSSSLOT Keys in request don't hash to the same slot* *plugin: eval failed: CROSSSLOT Keys in request don't hash to the same slot* *ERROR: Bayes dump returned an error, please re-run with -D for more information* If I re-run with -D I get: *# sa-learn -D --dump magic 2>&1 >/dev/null | grep -i bayes* *sep 9 22:03:37.506 [9712] dbg: plugin: loading Mail::SpamAssassin::Plugin::Bayes from @INC* *sep 9 22:03:37.983 [9712] dbg: config: fixed relative path: /var/opt/spamassassin/3.004001/updates_spamassassin_org/23_bayes.cf <http://23_bayes.cf>* *sep 9 22:03:37.984 [9712] dbg: config: using "/var/opt/spamassassin/3.004001/updates_spamassassin_org/23_bayes.cf <http://23_bayes.cf>" for included file* *sep 9 22:03:37.984 [9712] dbg: config: read file /var/opt/spamassassin/3.004001/updates_spamassassin_org/23_bayes.cf <http://23_bayes.cf>* *sep 9 22:03:38.901 [9712] dbg: plugin: Mail::SpamAssassin::Plugin::Bayes=HASH(0x35b0068) implements 'learner_new', priority 0* *sep 9 22:03:38.901 [9712] dbg: bayes: learner_new self=Mail::SpamAssassin::Plugin::Bayes=HASH(0x35b0068), bayes_store_module=Mail::SpamAssassin::BayesStore::Redis* *sep 9 22:03:38.919 [9712] dbg: bayes: learner_new: got store=Mail::SpamAssassin::BayesStore::Redis=HASH(0x3d4ede0)* *sep 9 22:03:38.920 [9712] dbg: plugin: Mail::SpamAssassin::Plugin::Bayes=HASH(0x35b0068) implements 'learner_is_scan_available', priority 0* *sep 9 22:03:38.920 [9712] dbg: bayes: _open_db(not yet connected)* *sep 9 22:03:38.925 [9712] dbg: bayes: Redis on-connect, db_id 0* *sep 9 22:03:38.927 [9712] dbg: bayes: redis server version 3.2.3, memory used 101.3 MiB, Lua is available* *sep 9 22:03:38.932 [9712] dbg: plugin: Mail::SpamAssassin::Plugin::Bayes=HASH(0x35b0068) implements 'learner_dump_database', priority 0* *sep 9 22:03:38.933 [9712] dbg: plugin: Mail::SpamAssassin::Plugin::Bayes=HASH(0x35b0068) implements 'learner_close', priority 0* *ERROR: Bayes dump returned an error, please re-run with -D for more information* *sep 9 22:03:38.934 [9712] dbg: bayes: Redis destroy* Thanks, Federico Omoto