aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2016-04-15 10:50:37 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2016-04-15 10:50:37 +0300
commit62939a1ac281025154e55f3be17b0b5d3e8fde25 (patch)
tree8d0ae616846075af86788b581ddfbfd19379482e /conf/metrics.conf
parent45aeb65baa5793a1177bb823bd6bdd0b959d25f8 (diff)
downloadrspamd-62939a1ac281025154e55f3be17b0b5d3e8fde25.tar.gz
rspamd-62939a1ac281025154e55f3be17b0b5d3e8fde25.zip
[Minor] Attach domain part to `R_SUSPICIOUS_URL`
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 96304725b..634a6f698 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -1002,6 +1002,13 @@ metric {
one_shot = true;
}
}
+ group "url" {
+ symbol "R_SUSPICIOUS_URL" {
+ weight = 6.0;
+ description = "Obfusicated or suspicious URL has been found in a message";
+ one_shot = true;
+ }
+ }
.include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/metrics.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/metrics.conf"