From 6ddf5c01fed49c0105b1306c6f7f29114fdf4310 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 26 Nov 2013 14:53:15 +0000 Subject: [PATCH] Add uribl.com to configuration. --- conf/modules.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/modules.conf b/conf/modules.conf index 85b5d6430..b68c2e0bd 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"; -- 2.39.5