From: Vsevolod Stakhov Date: Thu, 8 Sep 2016 10:35:27 +0000 (+0100) Subject: [Minor] Remove redundant config line X-Git-Tag: 1.4.0~472 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78acd5b106bebebbf544591e2e2f18256cd1b50;p=thirdparty%2Frspamd.git [Minor] Remove redundant config line --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 330d4bf229..5b1058d572 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -30,7 +30,6 @@ rbl { RBL_SPAMHAUS_CSS = "127.0.0.3"; RBL_SPAMHAUS_XBL = ["127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7"]; - RBL_SPAMHAUS_XBL = "127.0.0.4"; RBL_SPAMHAUS_PBL = ["127.0.0.10", "127.0.0.11"]; RBL_SPAMHAUS_DROP = "127.0.0.9"; }