summaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-04-06 13:13:50 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-04-06 13:13:50 +0100
commit9659b8de4e3fe2f0a875b88bb2fd554fc9875b0a (patch)
treeeef3815e281f08006a0d5a91c36eceda0a8f08b5 /conf/metrics.conf
parentd06943dd720ad2925349136a30b67937014fdb6d (diff)
downloadrspamd-9659b8de4e3fe2f0a875b88bb2fd554fc9875b0a.tar.gz
rspamd-9659b8de4e3fe2f0a875b88bb2fd554fc9875b0a.zip
[Fix] Fix couple of issues with dcc plugin
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index d59d159f3..96304725b 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -1002,16 +1002,6 @@ metric {
one_shot = true;
}
}
- group {
- name = "dcc";
-
- symbol {
- weight = 2.0;
- name = "DCC_BULK";
- description = "Detected as bulk mail by DCC";
- 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"