Browse Source

[Feature] Add SARBL (sarbl.org) uribl

tags/1.3.3
Vsevolod Stakhov 8 years ago
parent
commit
38b9b3527b
2 changed files with 11 additions and 0 deletions
  1. 4
    0
      conf/metrics.conf
  2. 7
    0
      conf/modules.d/surbl.conf

+ 4
- 0
conf/metrics.conf View File

@@ -837,6 +837,10 @@ metric {
weight = 6.5;
description = "Spamhaus SBL CSS URIBL";
}
symbol "RBL_SARBL_BAD" {
weight = 2.5;
description = "A domain listed in the mail is blacklisted in SARBL";
}
}

group "phishing" {

+ 7
- 0
conf/modules.d/surbl.conf View File

@@ -96,6 +96,13 @@ surbl {
no_ip = true;
}

rule {
symbol = "RBL_SARBL_BAD";
suffix = "public.sarbl.org";
noip = true;
images = true;
}

.include(try=true,priority=5) "${DBDIR}/dynamic/surbl.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/surbl.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/surbl.conf"

Loading…
Cancel
Save