aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.conf
diff options
context:
space:
mode:
authorAnton Yuzhaninov <citrin@citrin.ru>2014-10-10 19:58:25 +0400
committerAnton Yuzhaninov <citrin@citrin.ru>2014-10-10 19:58:25 +0400
commitceac1763f3856ffaf1b754ca2c2d7fdfba7a5532 (patch)
treec8c23eaf142381184d016c7267d65744e86d6672 /conf/modules.conf
parenta9b337089e84202ee7b0684ea4d7f058c93331fd (diff)
downloadrspamd-ceac1763f3856ffaf1b754ca2c2d7fdfba7a5532.tar.gz
rspamd-ceac1763f3856ffaf1b754ca2c2d7fdfba7a5532.zip
Config: reflect SURBL changes.
Outblaze removed, malware moved to separate list: http://www.surbl.org/news/internal/MW-malware-sublist-added-to-multi
Diffstat (limited to 'conf/modules.conf')
-rw-r--r--conf/modules.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index 9d33430e2..3c1b264d1 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -34,14 +34,14 @@ maillist {
surbl {
whitelist = "file://$CONFDIR/surbl-whitelist.inc";
exceptions = "file://$CONFDIR/2tld.inc";
-
+
rule {
suffix = "multi.surbl.org";
symbol = "SURBL_MULTI";
bits {
JP_SURBL_MULTI = 64;
AB_SURBL_MULTI = 32;
- OB_SURBL_MULTI = 16;
+ MW_SURBL_MULTI = 16;
PH_SURBL_MULTI = 8;
WS_SURBL_MULTI = 4;
SC_SURBL_MULTI = 2;