diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-06 13:13:50 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-06 13:13:50 +0100 |
commit | 9659b8de4e3fe2f0a875b88bb2fd554fc9875b0a (patch) | |
tree | eef3815e281f08006a0d5a91c36eceda0a8f08b5 /conf/metrics.conf | |
parent | d06943dd720ad2925349136a30b67937014fdb6d (diff) | |
download | rspamd-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.conf | 10 |
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" |