Skip to content

Commit

Permalink
+supportphonenumber.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Jun 30, 2015
1 parent f5a3fb5 commit 6e6fb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Expand Up @@ -119,7 +119,7 @@ class FindSpam:
"crevalorsite\\.com", "macfixz\\.com", "moviesexplore\\.com",
"iphoneunlocking\\.org", "wrinklerewindblog\\.net",
"thehealthvictory\\.com", "goldenhealthreview\\.com",
"tophealthysolutions\\.com", "bloggermaking\\.com"]
"tophealthysolutions\\.com", "bloggermaking\\.com", "supportphonenumber\\.com"]
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 6e6fb1a

Please sign in to comment.