diff options
author | heraklit256 <heraklit256@users.noreply.github.com> | 2019-03-05 17:18:36 +0100 |
---|---|---|
committer | heraklit256 <heraklit256@users.noreply.github.com> | 2019-03-05 17:18:36 +0100 |
commit | dbba482e59ad20aaa8b4fa416f06b5ed7f5b7f74 (patch) | |
tree | 805fcad212d160b38e3ece53e3bcce1d2131fecc /conf/modules.d | |
parent | 323580e25d9eb599d31c666c79d2c8ec8bfc41a4 (diff) | |
download | rspamd-dbba482e59ad20aaa8b4fa416f06b5ed7f5b7f74.tar.gz rspamd-dbba482e59ad20aaa8b4fa416f06b5ed7f5b7f74.zip |
unify rules scores and weights forgotten in first commit
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/spamtrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/spamtrap.conf b/conf/modules.d/spamtrap.conf index 5e2eb9a2a..72165e580 100644 --- a/conf/modules.d/spamtrap.conf +++ b/conf/modules.d/spamtrap.conf @@ -37,7 +37,7 @@ spamtrap { # Fuzzy flag #fuzzy_flag = 1; # Fuzzy weight - #fuzzy_weight = 10; + #fuzzy_weight = 10.0; # Redis key prefix #key_prefix = 'sptr_'; # Skip spamtrap checks for authorized users |