diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-28 16:45:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-28 16:45:05 +0100 |
commit | 26ff9c3218c334f15f11a344404fafb5035459ae (patch) | |
tree | 8fcc35f3aef05b910161405b424f7dcd7641f2ca /conf/modules.d | |
parent | efcdb85672f318680ea81522912df0e1cbba45e2 (diff) | |
download | rspamd-26ff9c3218c334f15f11a344404fafb5035459ae.tar.gz rspamd-26ff9c3218c334f15f11a344404fafb5035459ae.zip |
[Feature] Add preliminary phishtank support
Diffstat (limited to 'conf/modules.d')
-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 392708cde..861aee7ae 100644 --- a/conf/modules.d/phishing.conf +++ b/conf/modules.d/phishing.conf @@ -19,6 +19,9 @@ phishing { .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/phishing.conf" symbol = "PHISHING"; openphish_map = "https://www.openphish.com/feed.txt"; + # Disabled by default + phishtank_enabled = false; + phishtank_map = "http://data.phishtank.com/data/online-valid.json"; # Make exclusions for known redirectors redirector_domains = [ |