aboutsummaryrefslogtreecommitdiffstats
path: root/rules/controller
diff options
context:
space:
mode:
Diffstat (limited to 'rules/controller')
-rw-r--r--rules/controller/neural.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/controller/neural.lua b/rules/controller/neural.lua
index 3207e008c..b3ec690e0 100644
--- a/rules/controller/neural.lua
+++ b/rules/controller/neural.lua
@@ -61,8 +61,6 @@ local function handle_learn(task, conn)
conn:send_string('{"success" : true}')
end
-rspamd_config:add_post_init(neural_common.process_rules_settings)
-
return {
learn = {
handler = handle_learn,