]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Spamtrap: adjust defaults for consistency with config
authorAndrew Lewis <nerf@judo.za.org>
Thu, 4 May 2017 14:30:44 +0000 (16:30 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 4 May 2017 14:30:44 +0000 (16:30 +0200)
src/plugins/lua/spamtrap.lua

index d4c496f64b8f8da683a07c9edf118a1ca2bf52f1..33805b592b76348670f09fce21be2f4676d32036 100644 (file)
@@ -25,8 +25,8 @@ local M = 'spamtrap'
 local settings = {
   symbol = 'SPAMTRAP',
   score = 0.0,
-  learn_fuzzy = true,
-  learn_spam = true,
+  learn_fuzzy = false,
+  learn_spam = false,
   fuzzy_flag = 1,
   fuzzy_weight = 10.0,
   key_prefix = 'sptr_'