diff options
author | Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> | 2023-08-16 12:38:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 12:38:36 +0300 |
commit | 12f3489633066323694cf114211ed03e5f7c8ad1 (patch) | |
tree | 68144ce3d07a97b2287b5f524d4e8ef46b3fae9b /conf | |
parent | e54afc4b1e3edc1ee9a90909628245ae6d19788c (diff) | |
download | rspamd-12f3489633066323694cf114211ed03e5f7c8ad1.tar.gz rspamd-12f3489633066323694cf114211ed03e5f7c8ad1.zip |
Update phishing.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/phishing.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/modules.d/phishing.conf b/conf/modules.d/phishing.conf index bd2e0bd86..a6531e689 100644 --- a/conf/modules.d/phishing.conf +++ b/conf/modules.d/phishing.conf @@ -21,6 +21,12 @@ phishing { # Phishtank is disabled by default in the module, so let's enable it here explicitly phishtank_enabled = true; + # List of excluded hosts from checks over openphish, phishtank and generic_service + phishing_feed_exclusion_symbol = "PHISHED_EXCLUDED"; + # Disabled by default + phishing_feed_exclusion_enabled = false; + phishing_feed_exclusion_map = "$LOCAL_CONFDIR/local.d/maps.d/phishing_feed_exclusion.inc"; + # Make exclusions for known redirectors and domains exceptions = { REDIRECTOR_FALSE = [ |