Skip to content

Commit

Permalink
Don't allow a lack of a space in baba ji
Browse files Browse the repository at this point in the history
  • Loading branch information
csnardi committed May 5, 2016
1 parent 33ec04d commit 8879c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def keyword_email(s, site): # a keyword and an email in the same post


class FindSpam:
bad_keywords = ["baba ?ji", "fifa.{0,20}coins?", "fifabay", "Long Path Tool",
bad_keywords = ["baba ji", "fifa.{0,20}coins?", "fifabay", "Long Path Tool",
"fifaodell", "brianfo", "tosterone", "bajotz",
"kolcak", "Zapyo", "we (offer|give out) (loans|funds|funding)",
"molvi", "judi bola", "ituBola.com", "lost lover'?s?",
Expand Down

0 comments on commit 8879c06

Please sign in to comment.