diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-13 19:20:34 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-13 19:20:34 +0100 |
commit | 38b9b3527b2beb223de5373b549819a8e1552c9f (patch) | |
tree | 5f22ff41bc8c18914adb60447a59523a152f6c7e /conf/metrics.conf | |
parent | 34f661ef9808fd63b94ade8d57091a1c4f30a7e1 (diff) | |
download | rspamd-38b9b3527b2beb223de5373b549819a8e1552c9f.tar.gz rspamd-38b9b3527b2beb223de5373b549819a8e1552c9f.zip |
[Feature] Add SARBL (sarbl.org) uribl
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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" { |