Skip to content

Commit

Permalink
oops, missing quote --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
normalhuman committed Jul 27, 2015
1 parent 0d7e1b7 commit 6184577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Expand Up @@ -172,7 +172,7 @@ class FindSpam:
"fat(burn|loss)[\\w-]*\\.(co|net|org|in)", "(corrupt|repair)[\\w-]*.blogspot",
"xinyanlaw", "ultrafinessesite", "sunitlabs\\.com", "puravol\\.net",
"statesmovie", "cleanlean", "iFoneMate",
"online(training|solution)[\\w-]*\\.(co|net|org|in)]
"online(training|solution)[\\w-]*\\.(co|net|org|in)"]
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 6184577

Please sign in to comment.