Skip to content

Commit

Permalink
pattern for sex at the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
normalhuman committed Jun 4, 2016
1 parent 19c32e7 commit c25b0a9
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 @@ -446,7 +446,7 @@ class FindSpam:
r"worldcup\d+live\.(com?|net|org|in\W|info)",
r"((concrete|beton)-?mixer|crusher)[\w-]*?\.(co|net)",
r"\w{7}formac\.(com|net|org)",
r"sex\.(com|net|info)"
r"sex\.(com|net|info)", r"https?://(www\.)?sex"
]
rules = [
# Sites in sites[] will be excluded if 'all' == True. Whitelisted if 'all' == False.
Expand Down

0 comments on commit c25b0a9

Please sign in to comment.