diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 12:05:07 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 12:05:07 -0700 |
commit | d6abbeb75ea9b067f06581751565444691687203 (patch) | |
tree | 6553474cf7188905b05a7434ffa5e0c860796a91 /conf | |
parent | eeda38c31b1a487b7759f1655c131028834c72f3 (diff) | |
download | rspamd-d6abbeb75ea9b067f06581751565444691687203.tar.gz rspamd-d6abbeb75ea9b067f06581751565444691687203.zip |
Add rules for Abuseat and Nszones rbl
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 10 |
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"; |