diff options
-rw-r--r-- | conf/modules.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 85b5d6430..b68c2e0bd 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -44,6 +44,15 @@ surbl { } } 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"; } |