diff options
Diffstat (limited to 'rules')
-rw-r--r-- | rules/regexp/misc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua index 7df011320..0a399e2ad 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 |