From: Vsevolod Stakhov Date: Tue, 26 Nov 2013 14:53:15 +0000 (+0000) Subject: Add uribl.com to configuration. X-Git-Tag: 0.6.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ddf5c01fed49c0105b1306c6f7f29114fdf4310;p=thirdparty%2Frspamd.git Add uribl.com to configuration. --- diff --git a/conf/modules.conf b/conf/modules.conf index 85b5d6430f..b68c2e0bdd 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -43,6 +43,15 @@ surbl { SC_SURBL_MULTI = 2; } } + rule { + suffix = "multi.uribl.com"; + symbol = "URIBL_MULTI"; + bits { + URIBL_BLACK = 2; + URIBL_GREY = 4; + URIBL_RED = 8; + } + } rule { suffix = "uribl.rambler.ru"; symbol = "RAMBLER_URIBL";