diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 17:28:17 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 17:28:17 -0700 |
commit | 7f542f9ca6020712f9a4f9a14f290a85b3f21948 (patch) | |
tree | 876bccd604a987eb5da33433dab8eeaf04a41ef1 /conf | |
parent | 0e82e96aa9c8f62ce151bd9351c013c596acef9c (diff) | |
download | rspamd-7f542f9ca6020712f9a4f9a14f290a85b3f21948.tar.gz rspamd-7f542f9ca6020712f9a4f9a14f290a85b3f21948.zip |
Update metric for Spamhaus WL
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 3c302d071..c39498d45 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -335,6 +335,13 @@ metric { symbol { name = "RBL_SPAMHAUS_XBL"; weight = 4.0; description = "From address is listed in zen xbl"; } symbol { name = "RBL_SPAMHAUS_PBL"; weight = 2.0; description = "From address is listed in zen pbl"; } symbol { name = "RECEIVED_SPAMHAUS_XBL"; weight = 3.0; description = "Received address is listed in zen pbl"; } + + symbol { name = "RWL_SPAMHAUS_WL"; weight = 0.0; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_IND"; weight = -1.0; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_TRANS"; weight = -0.5; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_IND_EXP"; weight = -0.2; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_TRANS_EXP"; weight = -0.2; description = "Sender listed at Spamhaus whitelist"; } + symbol { weight = 2.0; description = "From address is listed in senderscore.com BL"; |