Browse Source

[Minor] Increase of LEAKED_PASSWORD_SCAM score

tags/1.8.2
Vsevolod Stakhov 5 years ago
parent
commit
2584e0d026
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rules/regexp/misc.lua

+ 1
- 1
rules/regexp/misc.lua View File

@@ -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'
}

Loading…
Cancel
Save