Skip to content

Commit

Permalink
Merge pull request #63 from normalhuman/master
Browse files Browse the repository at this point in the history
+aoatech +pharaohtools
  • Loading branch information
Manishearth committed Jul 3, 2015
2 parents 978cade + 20c053a commit 686ad33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion findspam.py
Expand Up @@ -121,7 +121,8 @@ class FindSpam:
"bloggermaking\\.com", "supportphonenumber\\.com",
"healthsupreviews", "slimbodyketone", "prinenidz\\.com",
"maddenmobilehack", "supplements4help", "cheaproduct\\.com",
"cacherealestate\\.com", "Matrixhackka007"]
"cacherealestate\\.com", "Matrixhackka007", "aoatech\\.com",
"pharaohtools"]
rules = [
{'regex': u"(?i)\\b(%s)\\b|%s" % ("|".join(bad_keywords), "|".join(bad_keywords_nwb)), 'all': True,
'sites': [], 'reason': "Bad keyword in {}", 'title': True, 'body': True, 'username': True, 'stripcodeblocks': False, 'body_summary': True},
Expand Down

0 comments on commit 686ad33

Please sign in to comment.