aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/phishing.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-06-30 15:22:36 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-06-30 15:26:43 +0100
commit6d82717e74e4ef03739268ed6f260587be7af66b (patch)
tree1deb0d72e3301cc17cecde88ea632eafa47a4bbe /conf/modules.d/phishing.conf
parentd050480bde96cb9d55c892a8aa1c7957ac533344 (diff)
downloadrspamd-6d82717e74e4ef03739268ed6f260587be7af66b.tar.gz
rspamd-6d82717e74e4ef03739268ed6f260587be7af66b.zip
[Feature] Implement zero-copy mode for HTTP reading
Diffstat (limited to 'conf/modules.d/phishing.conf')
-rw-r--r--conf/modules.d/phishing.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/modules.d/phishing.conf b/conf/modules.d/phishing.conf
index 861aee7ae..8875a3898 100644
--- a/conf/modules.d/phishing.conf
+++ b/conf/modules.d/phishing.conf
@@ -18,6 +18,9 @@ phishing {
.include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/phishing.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/phishing.conf"
symbol = "PHISHING";
+ # Disabled by default
+ openphish_enabled = false;
+ openphish_premium = false;
openphish_map = "https://www.openphish.com/feed.txt";
# Disabled by default
phishtank_enabled = false;