Skip to content

Commit

Permalink
+bigasoft.com
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Apr 15, 2015
1 parent ab2af20 commit e301c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Expand Up @@ -86,7 +86,7 @@ class FindSpam:
"clashofclansastucegemmes\\.com", "mothersday-2014\\.org",
"bestcelebritiesvideo\\.com", "shopnhlbruins\\.com",
"repairpstrecovery\\.com", "downloadscanpst\\.com",
"listoffreeware\\.com"]
"listoffreeware\\.com", "bigasoft\\.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 e301c59

Please sign in to comment.