Skip to content

Commit

Permalink
+windows-techsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Apr 2, 2015
1 parent 1b53271 commit 2bf0de5
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 @@ -52,7 +52,7 @@ class FindSpam:
"webbuildersguide\\.com", "idealshare.net", "lankabpoacademy\\.com",
"evomailserver\\.com", "gameart\\.net", "any-data-recovery\\.com",
"recoverytoolbox\\.com", "sofotex\\.com",
"mybloggingmoney\\.com"]
"mybloggingmoney\\.com", "windows-techsupport\\.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 2bf0de5

Please sign in to comment.