diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-05-02 17:22:00 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-05-02 17:22:00 +0300 |
commit | 5c91754812becc29ad253ce56efbe1112920892b (patch) | |
tree | 3d95ca18a8af5e5bd2863d21159191af4bf4f9f2 /conf/metrics.conf | |
parent | 8f9c79be5039aa58969280da175b74e205d130e4 (diff) | |
download | rspamd-5c91754812becc29ad253ce56efbe1112920892b.tar.gz rspamd-5c91754812becc29ad253ce56efbe1112920892b.zip |
[Minor fix] Limit PHISHING to one shot
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index c79299df1..b42413658 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -833,8 +833,9 @@ metric { group "phishing" { symbol "PHISHING" { - weight = 3.0; + weight = 6.0; description = "Phished mail"; + one_shot = true; } } |