diff --git a/findspam.py b/findspam.py index 18a22af523..e49eb06fe3 100644 --- a/findspam.py +++ b/findspam.py @@ -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},