From: Alexey Date: Wed, 21 May 2014 19:05:07 +0000 (-0700) Subject: Add rules for Abuseat and Nszones rbl X-Git-Tag: 0.7.0~210^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F74%2Fhead;p=rspamd.git Add rules for Abuseat and Nszones rbl --- 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";