diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-02-25 19:37:50 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-02-25 19:37:50 +0000 |
commit | 0f89e4681faea53ad69bf0f9050cd905803163ab (patch) | |
tree | 6b357aa2cf6265a34069d290b3ff7834726d4cc3 /conf | |
parent | ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14 (diff) | |
download | rspamd-0f89e4681faea53ad69bf0f9050cd905803163ab.tar.gz rspamd-0f89e4681faea53ad69bf0f9050cd905803163ab.zip |
[Test] Fix phishing tests
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 b82854297..bd2e0bd86 100644 --- a/conf/modules.d/phishing.conf +++ b/conf/modules.d/phishing.conf @@ -21,7 +21,7 @@ phishing { # Phishtank is disabled by default in the module, so let's enable it here explicitly phishtank_enabled = true; - # Make exclusions for known redirectors + # Make exclusions for known redirectors and domains exceptions = { REDIRECTOR_FALSE = [ "https://maps.rspamd.com/rspamd/redirectors.inc.zst", |