diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 11:51:34 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 11:51:34 -0700 |
commit | 02bbbb5264e2678bafe8ef59a8c8271035143a5c (patch) | |
tree | f5c0f5f9fcd0348397761379d904c390ab76b89b /conf | |
parent | b70551f59c1f411df7ba1c0263d6663209ed22cd (diff) | |
download | rspamd-02bbbb5264e2678bafe8ef59a8c8271035143a5c.tar.gz rspamd-02bbbb5264e2678bafe8ef59a8c8271035143a5c.zip |
Add metrics for Abuse.ch and Uceprotect rbl
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 1824a3589..579a169cf 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -340,6 +340,16 @@ metric { name = "RBL_SENDERSCORE"; } symbol { + weight = 1.0; + description = "From address is listed in ABUSE.CH BL"; + name = "RBL_ABUSECH"; + } + symbol { + weight = 1.0; + description = "From address is listed in UCEPROTECT LEVEL1 BL"; + name = "RBL_UCEPROTECT_LEVEL1"; + } + symbol { weight = 2.0; description = "From address is listed in mailspike.com BL"; name = "RBL_MAILSPIKE"; |