diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-06 13:04:27 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-06 13:04:27 +0100 |
commit | d06943dd720ad2925349136a30b67937014fdb6d (patch) | |
tree | 7843c4bd630f55478f2b2f92a79446e6aa3f8039 /conf | |
parent | b1050438ad5937175e699dc5c5826da3003f4e3d (diff) | |
parent | c8c304d5617c1e10ff9bddf026b74f2d316e9c16 (diff) | |
download | rspamd-d06943dd720ad2925349136a30b67937014fdb6d.tar.gz rspamd-d06943dd720ad2925349136a30b67937014fdb6d.zip |
Merge pull request #586 from smfreegard/dcc_module
New DCC module
Diffstat (limited to '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 96304725b..d59d159f3 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -1002,6 +1002,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" |