]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix typo in neural.lua 5373/head
authorDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
Tue, 4 Mar 2025 19:29:06 +0000 (20:29 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 19:29:06 +0000 (20:29 +0100)
lualib/plugins/neural.lua

index 6e88ef21cb416848494fce0281e3c0fa8fc041bd..54521466976f5074063b7c50e9818720b1871edf 100644 (file)
@@ -757,7 +757,7 @@ local function process_rules_settings()
           type = 'set',
         })
     lua_redis.register_prefix(selt.prefix .. '_\\d+_ham_set', N,
-        string.format('NN learning set (spam) for rule "%s"; settings id "%s"',
+        string.format('NN learning set (ham) for rule "%s"; settings id "%s"',
             rule.prefix, selt.name), {
           persistent = true,
           type = 'set',