Skip to content

Commit

Permalink
Report Hangul characters
Browse files Browse the repository at this point in the history
Added because of a spam wave
  • Loading branch information
thomas-daniels committed May 13, 2015
1 parent 3598278 commit 7670ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion findspam.py
Expand Up @@ -26,7 +26,8 @@ class FindSpam:
"JobsTribune", "join the illuminati", "Brorsoft", "Remo Recover",
"kinnaristeel", "clash of (clan|stone)s? (cheats?|tricks?|gems?)",
r"(?x:B [\s_]* A [\s_]* M \W{0,5} W [\s_]* A [\s_]* R [\s_]* \.? [\s_]* C [\s_]* O [\s_]* M)",
"slumber pm", "1-844-400-7325", "male enhancement"]
"slumber pm", "1-844-400-7325", "male enhancement",
"\p{script=Hangul}"]
bad_keywords_nwb = [u"ಌ", "babyliss", "garcinia", "acai ?berry", # "nwb" == "no word boundary"
"aging ?cream", u"오피", "b ?a ?m ?((w ?o ?w)|(w ?a ?r))"]
blacklisted_websites = ["online ?kelas", "careyourhealths", "wowtoes",
Expand Down

0 comments on commit 7670ac5

Please sign in to comment.