From: Alexey Date: Wed, 21 May 2014 18:51:21 +0000 (-0700) Subject: Add rules for Abuse.ch and Uceprotect rbl X-Git-Tag: 0.7.0~210^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b70551f59c1f411df7ba1c0263d6663209ed22cd;p=thirdparty%2Frspamd.git Add rules for Abuse.ch and Uceprotect rbl --- 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";