]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix keys name
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 8 Dec 2023 09:19:05 +0000 (09:19 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 8 Dec 2023 09:19:05 +0000 (09:19 +0000)
lualib/redis_scripts/bayes_classify.lua

index 76e88a6f328117f817c4dfea378cd2673e90a0ef..c999609e5de896bb082af8ba6f47ae5073f1808e 100644 (file)
@@ -8,8 +8,8 @@ local input_tokens = cmsgpack.unpack(KEYS[2])
 local output_spam = {}
 local output_ham = {}
 
-local learned_ham = redis.call('HGET', prefix, 'learned_ham') or 0
-local learned_spam = redis.call('HGET', prefix, 'learned_spam') or 0
+local learned_ham = redis.call('HGET', prefix, 'learns_ham') or 0
+local learned_spam = redis.call('HGET', prefix, 'learns_spam') or 0
 local prefix_underscore = prefix .. '_'
 
 -- Output is a set of pairs (token_index, token_count), tokens that are not