From b70551f59c1f411df7ba1c0263d6663209ed22cd Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 21 May 2014 11:51:21 -0700 Subject: [PATCH] Add rules for Abuse.ch and Uceprotect rbl --- conf/modules.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/conf/modules.conf b/conf/modules.conf index 979dcfed3b..f8ba1b0333 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -113,10 +113,22 @@ rbl { symbol = "RBL_MAILSPIKE"; rbl = "bl.mailspike.net"; } + senderscore { symbol = "RBL_SENDERSCORE"; rbl = "bl.score.senderscore.com"; } + + abusech { + symbol = "RBL_ABUSECH"; + rbl = "spam.abuse.ch"; + } + + uceprotect1 { + symbol = "RBL_UCEPROTECT_LEVEL1"; + rbl = "dnsbl-1.uceprotect.net"; + } + sorbs { symbol = "RBL_SORBS"; rbl = "dnsbl.sorbs.net"; -- 2.47.3