From d6abbeb75ea9b067f06581751565444691687203 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 21 May 2014 12:05:07 -0700 Subject: [PATCH] Add rules for Abuseat and Nszones rbl --- conf/modules.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"; -- 2.39.5