diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-25 14:34:21 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-25 14:34:21 +0300 |
commit | fda9e074ec9cfe90571d83761572354f471737bc (patch) | |
tree | bf1599a6e19d9b3f6d935722c8ac4e5ca466a9c6 /conf | |
parent | 7defd80213710b83381e77fec1102fb112a1d7e1 (diff) | |
download | rspamd-fda9e074ec9cfe90571d83761572354f471737bc.tar.gz rspamd-fda9e074ec9cfe90571d83761572354f471737bc.zip |
[Conf] Restore ability to disable phishtank
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/phishing.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/phishing.conf b/conf/modules.d/phishing.conf index 649793deb..511e618dc 100644 --- a/conf/modules.d/phishing.conf +++ b/conf/modules.d/phishing.conf @@ -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 = [ |