]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Increase of LEAKED_PASSWORD_SCAM score
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 12 Nov 2018 11:18:30 +0000 (11:18 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 12 Nov 2018 11:31:12 +0000 (11:31 +0000)
rules/regexp/misc.lua

index 7df011320438085f7f873f72929229050fba74e9..0a399e2adebafac09ffe9a532bdcf3c86052e5de 100644 (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'
 }
\ No newline at end of file