From: Vsevolod Stakhov Date: Sat, 13 Aug 2016 18:20:34 +0000 (+0100) Subject: [Feature] Add SARBL (sarbl.org) uribl X-Git-Tag: 1.3.3~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=38b9b3527b2beb223de5373b549819a8e1552c9f;p=rspamd.git [Feature] Add SARBL (sarbl.org) uribl --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 55249bdc7..781034048 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -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" { diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index 68038ea64..cd5f49b25 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -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"