From a92b797ab2e8f2f339a9c6dd87a8726c4abb1eb1 Mon Sep 17 00:00:00 2001 From: hichris1234 Date: Sat, 28 Feb 2015 16:10:56 -0500 Subject: [PATCH] +tagwitty --- findspam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},