summaryrefslogtreecommitdiffstats
path: root/conf/modules.conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-22 17:15:12 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-22 17:15:12 -0700
commitb3ac6c05302dc1d9cab5e7dfb5048423c6f63280 (patch)
treeb428a95a8f4e531bc08be5fad603caa38ef2c5e0 /conf/modules.conf
parent6c6083f74e459e7f156c2c7fdea9d9093a1e3b5f (diff)
downloadrspamd-b3ac6c05302dc1d9cab5e7dfb5048423c6f63280.tar.gz
rspamd-b3ac6c05302dc1d9cab5e7dfb5048423c6f63280.zip
Upgrage Mailspake rbl
Diffstat (limited to 'conf/modules.conf')
-rw-r--r--conf/modules.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index 7e3aae1df..cdd3e2665 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -111,7 +111,19 @@ rbl {
mailspike {
symbol = "RBL_MAILSPIKE";
- rbl = "bl.mailspike.net";
+ rbl = "rep.mailspike.net";
+ returncodes {
+ #http://mailspike.net/usage.html
+ RBL_MAILSPIKE_WORST = "127.0.0.10"
+ RBL_MAILSPIKE_VERYBAD = "127.0.0.11"
+ RBL_MAILSPIKE_BAD = "127.0.0.12"
+ RBL_MAILSPIKE_SUSP = "127.0.0.13"
+ RBL_MAILSPIKE_PROB = "127.0.0.14"
+ RWL_MAILSPIKE_POSSIBLE = "127.0.0.17"
+ RWL_MAILSPIKE_GOOD = "127.0.0.18"
+ RWL_MAILSPIKE_VERYGOOD = "127.0.0.19"
+ RWL_MAILSPIKE_EXCELLENT = "127.0.0.20"
+ }
}
senderscore {