diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-30 15:22:36 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-30 15:26:43 +0100 |
commit | 6d82717e74e4ef03739268ed6f260587be7af66b (patch) | |
tree | 1deb0d72e3301cc17cecde88ea632eafa47a4bbe /conf | |
parent | d050480bde96cb9d55c892a8aa1c7957ac533344 (diff) | |
download | rspamd-6d82717e74e4ef03739268ed6f260587be7af66b.tar.gz rspamd-6d82717e74e4ef03739268ed6f260587be7af66b.zip |
[Feature] Implement zero-copy mode for HTTP reading
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/phishing.conf | 3 |
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; |