commit fbf41a8: [Minor] Another fix of leaked password scam rule

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Mar 22 15:14:04 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-03-22 15:08:11 +0000
URL: https://github.com/rspamd/rspamd/commit/fbf41a8c872d63123512dda2629c2ed99adccfe2 (HEAD -> master)

[Minor] Another fix of leaked password scam rule

---
 rules/regexp/misc.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua
index 5f6e20a06..d5dac650e 100644
--- a/rules/regexp/misc.lua
+++ b/rules/regexp/misc.lua
@@ -65,7 +65,7 @@ local my_victim = [[/(?:victim|prey)/{words}]]
 local your_webcam = [[/webcam/{words}]]
 local your_onan = [[/(?:mast[ur]{2}bati(?:on|ng)|onanism|solitary)/{words}]]
 local password_in_words = [[/^pass(?:(?:word)|(?:phrase))$/i{words}]]
-local btc_wallet_address = [[/^[13][1-9a-km-zA-HJ-NP-Z]{25,34}$/]]
+local btc_wallet_address = [[/^[13][1-9A-Za-z]{25,34}$/]]
 local wallet_word = [[/^wallet$/{words}]]
 local broken_unicode = [[has_flag(bad_unicode)]]
 


More information about the Commits mailing list