diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-12 11:18:30 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-12 11:31:12 +0000 |
commit | 2584e0d026db59c6a5eaf7916cfd9b1398cda05c (patch) | |
tree | db39ef4873e2d4c4c16d5331c5eca93fbe76c64d /rules | |
parent | 7cac1b9d2cf0fc7feaf18daa87cb8e6c31f5fe21 (diff) | |
download | rspamd-2584e0d026db59c6a5eaf7916cfd9b1398cda05c.tar.gz rspamd-2584e0d026db59c6a5eaf7916cfd9b1398cda05c.zip |
[Minor] Increase of LEAKED_PASSWORD_SCAM score
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 |