Skip to content

Commit

Permalink
+tagwitty
Browse files Browse the repository at this point in the history
  • Loading branch information
csnardi committed Feb 28, 2015
1 parent 9dc1661 commit a92b797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Expand Up @@ -34,7 +34,7 @@ class FindSpam:
"hits4slim", "screenshot\\.net", "downloadavideo\\.net",
"strongmenmuscle", "sh\\.st/", "musclehealthfitness",
"svelmeblog", "preply\\.com", "hellofifa",
"fifa15online", "wearepropeople.com"]
"fifa15online", "wearepropeople.com", "tagwitty"]
rules = [
{'regex': u"(?i)\\b(%s)\\b|ಌ|(>>>>|===>|==>>>)(?s).*http" % "|".join(bad_keywords), 'all': True,
'sites': [], 'reason': "Bad keyword in {}", 'title': True, 'body': True, 'username': True, 'stripcodeblocks': False, 'body_summary': True},
Expand Down

0 comments on commit a92b797

Please sign in to comment.