aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2016-05-02 17:22:00 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2016-05-02 17:22:00 +0300
commit5c91754812becc29ad253ce56efbe1112920892b (patch)
tree3d95ca18a8af5e5bd2863d21159191af4bf4f9f2 /conf/metrics.conf
parent8f9c79be5039aa58969280da175b74e205d130e4 (diff)
downloadrspamd-5c91754812becc29ad253ce56efbe1112920892b.tar.gz
rspamd-5c91754812becc29ad253ce56efbe1112920892b.zip
[Minor fix] Limit PHISHING to one shot
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf3
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;
}
}