From: Vsevolod Stakhov Date: Mon, 12 Nov 2018 11:18:30 +0000 (+0000) Subject: [Minor] Increase of LEAKED_PASSWORD_SCAM score X-Git-Tag: 1.8.2~51 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2584e0d026db59c6a5eaf7916cfd9b1398cda05c;p=rspamd.git [Minor] Increase of LEAKED_PASSWORD_SCAM score --- 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