summaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorSteve Freegard <steve@stevefreegard.com>2016-04-05 19:28:10 +0100
committerSteve Freegard <steve@stevefreegard.com>2016-04-05 19:28:10 +0100
commitc8c304d5617c1e10ff9bddf026b74f2d316e9c16 (patch)
tree9832ca33ec3b607e19877ac785bc83edb97d635d /conf/metrics.conf
parent48a1be2cd19f795b2bd26cc061cdc8655e098248 (diff)
downloadrspamd-c8c304d5617c1e10ff9bddf026b74f2d316e9c16.tar.gz
rspamd-c8c304d5617c1e10ff9bddf026b74f2d316e9c16.zip
New dcc module
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 3669f1cb0..7f5b1e7da 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -1245,6 +1245,16 @@ 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"