aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.conf
diff options
context:
space:
mode:
authoreneq123 <you@example.com>2014-05-07 15:43:43 +0400
committereneq123 <you@example.com>2014-05-07 15:43:43 +0400
commit6ec0f7ee2a708df13863c938c1918a62c6f3ebb0 (patch)
tree2b9f4f6b683868babf2583b866009a04e995002b /conf/modules.conf
parentb864da214b9ca8da5c83e1e3ddf88227920ea5b5 (diff)
downloadrspamd-6ec0f7ee2a708df13863c938c1918a62c6f3ebb0.tar.gz
rspamd-6ec0f7ee2a708df13863c938c1918a62c6f3ebb0.zip
DNSWL support (via RBL) added
Diffstat (limited to 'conf/modules.conf')
-rw-r--r--conf/modules.conf18
1 files changed, 16 insertions, 2 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index 4ad8fc88c..0640def55 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -83,8 +83,7 @@ surbl {
}
}
rbl {
-
- rbls {
+ rbls {
spamhaus {
symbol = "RBL_SPAMHAUS";
@@ -145,6 +144,21 @@ rbl {
RBL_SEM = "127.0.0.2";
}
}
+
+ dnswl {
+ symbol = "RCVD_IN_DNSWL";
+ rbl = "list.dnswl.org";
+ ipv4 = true;
+ ipv6 = false;
+ received = false;
+ unknown = true;
+ returncodes {
+ RCVD_IN_DNSWL_LOW = "127.0.*.1";
+ RCVD_IN_DNSWL_MED = "127.0.*.2";
+ RCVD_IN_DNSWL_HI = "127.0.*.3";
+ }
+ }
+
}
}