diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-09-30 23:16:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-30 23:16:34 +0100 |
commit | 19c83a97ccd42db6ad14a03c6eeeb61c9ecd25ef (patch) | |
tree | 60102aa7e220f30007a5a7f72ffe3f9989bafd9f | |
parent | cbe06dc277cb74e0d08842d65706893e29f0abd8 (diff) | |
parent | 9cd48b1709800dfe6a437c4a3b397aa463379d7d (diff) | |
download | rspamd-19c83a97ccd42db6ad14a03c6eeeb61c9ecd25ef.tar.gz rspamd-19c83a97ccd42db6ad14a03c6eeeb61c9ecd25ef.zip |
Merge pull request #989 from fatalbanana/surbl
[Minor] Retire old SURBL settings (Fixes #966)
-rw-r--r-- | conf/metrics.conf | 4 | ||||
-rw-r--r-- | conf/modules.d/surbl.conf | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 8d228a5ba..2ac9651d6 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -361,10 +361,6 @@ metric { weight = 4.0; description = "SURBL: cracked site"; } - symbol "WS_SURBL_MULTI" { - weight = 5.5; - description = "SURBL: sa-blacklist web sites "; - } symbol "RAMBLER_URIBL" { weight = 4.5; description = "rambler.ru uribl"; diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index cd5f49b25..655f3c572 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -25,7 +25,6 @@ surbl { ABUSE_SURBL = 64; MW_SURBL_MULTI = 16; PH_SURBL_MULTI = 8; - WS_SURBL_MULTI = 4; SURBL_BLOCKED = 1; } } |