summaryrefslogtreecommitdiffstats
path: root/conf/modules.conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-21 12:05:07 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-21 12:05:07 -0700
commitd6abbeb75ea9b067f06581751565444691687203 (patch)
tree6553474cf7188905b05a7434ffa5e0c860796a91 /conf/modules.conf
parenteeda38c31b1a487b7759f1655c131028834c72f3 (diff)
downloadrspamd-d6abbeb75ea9b067f06581751565444691687203.tar.gz
rspamd-d6abbeb75ea9b067f06581751565444691687203.zip
Add rules for Abuseat and Nszones rbl
Diffstat (limited to 'conf/modules.conf')
-rw-r--r--conf/modules.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index f8ba1b033..d7f396b47 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -150,6 +150,16 @@ rbl {
symbol = "RBL_SEM";
rbl = "bl.spameatingmonkey.net";
}
+
+ nszones {
+ symbol = "RBL_NSZONES";
+ rbl = "sbl.nszones.com";
+ }
+
+ abuseat {
+ symbol = "RBL_ABUSEAT";
+ rbl = "cbl.abuseat.org";
+ }
dnswl {
symbol = "RCVD_IN_DNSWL";