Skip to content

Commit

Permalink
+santomais --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Apr 6, 2015
1 parent 39cb17e commit a85a912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class FindSpam:
"video-download-capture\\.com", "videograbber\\.net",
"recoverwindowspassword\\.com", "password-buster\\.com",
"remorecover\\.com", "remosoftware\\.com", "crazybulkreviewsz\\.com",
"patch\\.com", "ajgilworld\\.com"]
"patch\\.com", "ajgilworld\\.com", "santomais"]
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 a85a912

Please sign in to comment.