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/metrics.conf | |
parent | efcdb85672f318680ea81522912df0e1cbba45e2 (diff) | |
download | rspamd-26ff9c3218c334f15f11a344404fafb5035459ae.tar.gz rspamd-26ff9c3218c334f15f11a344404fafb5035459ae.zip |
[Feature] Add preliminary phishtank support
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 17c060d18..03dc0f489 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -841,6 +841,10 @@ metric { weight = 7.0; description = "Phished URL found in openphish.com"; } + symbol "PHISHED_PHISHTANK" { + weight = 7.0; + description = "Phished URL found in phishtank.com"; + } } group "date" { |