]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Correcting the index number for is_spam 5495/head
authorKevin Shah <161136814+kevinzb56@users.noreply.github.com>
Thu, 5 Jun 2025 18:51:01 +0000 (00:21 +0530)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 18:51:01 +0000 (00:21 +0530)
lualib/redis_scripts/bayes_cache_learn.lua

index d8a2d878eb7bd2a47dfe8220048bccaa9d8ea380..7d44a73efc7ed7854ec7c6fd527b988fc913ab25 100644 (file)
@@ -1,7 +1,7 @@
 -- Lua script to perform cache checking for bayes classification
 -- This script accepts the following parameters:
 -- key1 - cache id
--- key3 - is spam (1 or 0)
+-- key2 - is spam (1 or 0)
 -- key3 - configuration table in message pack
 
 local cache_id = KEYS[1]