diff options
author | Steve Freegard <steve@stevefreegard.com> | 2016-04-05 19:28:10 +0100 |
---|---|---|
committer | Steve Freegard <steve@stevefreegard.com> | 2016-04-05 19:28:10 +0100 |
commit | c8c304d5617c1e10ff9bddf026b74f2d316e9c16 (patch) | |
tree | 9832ca33ec3b607e19877ac785bc83edb97d635d /conf/metrics.conf | |
parent | 48a1be2cd19f795b2bd26cc061cdc8655e098248 (diff) | |
download | rspamd-c8c304d5617c1e10ff9bddf026b74f2d316e9c16.tar.gz rspamd-c8c304d5617c1e10ff9bddf026b74f2d316e9c16.zip |
New dcc module
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 10 |
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" |