Skip to content

Commit

Permalink
"name ending in juri" is not specific enough
Browse files Browse the repository at this point in the history
  • Loading branch information
normalhuman committed Jul 1, 2016
1 parent ddddb68 commit fabc328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Expand Up @@ -618,7 +618,7 @@ class FindSpam:
#
# Category: other
# Blacklisted usernames
{'regex': ur"(?i)(tejveer ?iq|ser?vice pemanas?|\bnigger|^wingding$|dlqudals|^[a-z]{3,}juri$|^[a-z ]+juri(?:n|na|ns|sa|ya|yam|ym)$)", 'all': True, 'sites': [], 'reason': "blacklisted username", 'title': False, 'body': False, 'username': True, 'stripcodeblocks': False, 'body_summary': False, 'max_rep': 1, 'max_score': 0},
{'regex': ur"(?i)(tejveer ?iq|ser?vice pemanas?|\bnigger|^wingding$|dlqudals|^[a-z ]+juri(?:n|na|ns|sa|ya|yam|ym)$)", 'all': True, 'sites': [], 'reason': "blacklisted username", 'title': False, 'body': False, 'username': True, 'stripcodeblocks': False, 'body_summary': False, 'max_rep': 1, 'max_score': 0},
{'regex': u"(?i)^jeff$", 'all': False, 'sites': ["parenting.stackexchange.com"], 'reason': "blacklisted username", 'title': False, 'body': False, 'username': True, 'stripcodeblocks': False, 'body_summary': False, 'max_rep': 1, 'max_score': 0}
]

Expand Down

0 comments on commit fabc328

Please sign in to comment.