]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Restore ability to disable phishtank 2527/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 25 Sep 2018 11:34:21 +0000 (14:34 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 25 Sep 2018 11:34:21 +0000 (14:34 +0300)
conf/modules.d/phishing.conf
src/plugins/lua/phishing.lua

index 649793debd2eb4f6cc1e53eb740a1f1e594c4784..511e618dcb27c67b0d8605deb9f91e1fbf54e7e0 100644 (file)
@@ -20,7 +20,7 @@ phishing {
     openphish_premium = false;
     openphish_map = "https://www.openphish.com/feed.txt";
     # Disabled by default
-    phishtank_enabled = false;
+    phishtank_enabled = true;
 
     # Make exclusions for known redirectors
     redirector_domains = [
index 5ebabc01040a1045db8f670043c80bfff0d73a4c..e07cd8858669fe8ef7dafadb44f71a8e80a7d5f0 100644 (file)
@@ -40,7 +40,7 @@ local phishtank_suffix = 'phishtank.rspamd.com'
 -- Not enabled by default as their feed is quite large
 local openphish_premium = false
 -- Published via DNS
-local phishtank_enabled = true
+local phishtank_enabled = false
 local generic_service_hash
 local openphish_hash
 local generic_service_data = {}