From: Andrew Lewis Date: Thu, 4 May 2017 14:30:44 +0000 (+0200) Subject: [Minor] Spamtrap: adjust defaults for consistency with config X-Git-Tag: 1.6.0~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b493693160d4e1b1b82924b5e5aebb5ffaa4dcb;p=thirdparty%2Frspamd.git [Minor] Spamtrap: adjust defaults for consistency with config --- diff --git a/src/plugins/lua/spamtrap.lua b/src/plugins/lua/spamtrap.lua index d4c496f64b..33805b592b 100644 --- a/src/plugins/lua/spamtrap.lua +++ b/src/plugins/lua/spamtrap.lua @@ -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_'