From 2584e0d026db59c6a5eaf7916cfd9b1398cda05c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 12 Nov 2018 11:18:30 +0000 Subject: [PATCH] [Minor] Increase of LEAKED_PASSWORD_SCAM score --- rules/regexp/misc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua index 7df0113204..0a399e2ade 100644 --- a/rules/regexp/misc.lua +++ b/rules/regexp/misc.lua @@ -69,6 +69,6 @@ reconf['LEAKED_PASSWORD_SCAM'] = { re = string.format('(%s | %s) & %s', password_in_subject, password_in_body, btc_wallet), description = 'Contains password word and BTC wallet address', - score = 5.0, + score = 7.0, group = 'scams' } \ No newline at end of file -- 2.47.3