From 20c053ab8a503dc925be8252ae6bc8fb4dc5d07c Mon Sep 17 00:00:00 2001 From: normalhuman Date: Fri, 3 Jul 2015 06:31:28 +0000 Subject: [PATCH] +aoatech +pharaohtools --- findspam.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/findspam.py b/findspam.py index 0334f1e2c0..0486d8098e 100644 --- a/findspam.py +++ b/findspam.py @@ -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},