From: Vsevolod Stakhov Date: Fri, 22 Mar 2019 15:08:11 +0000 (+0000) Subject: [Minor] Another fix of leaked password scam rule X-Git-Tag: 1.9.1~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fbf41a8c872d63123512dda2629c2ed99adccfe2;p=rspamd.git [Minor] Another fix of leaked password scam rule --- 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)]]