Skip to content

Commit

Permalink
update spamlist
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Dec 30, 2014
1 parent f6e1d5a commit 459be91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions catonmat/comment_spamlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@
r('new year wish', re.I),
r('merry christmas', re.I),
r('movie download', re.I),
r('download movie', re.I),
r('happy.*new.*year', re.I),
]

spamlist_emails = [
Expand Down Expand Up @@ -476,6 +478,7 @@
r('merrychristmas', re.I),
r('happynewyear', re.I),
r('new.*year.*wish', re.I),
r('happy.*new.*year', re.I),
]

spamlist_comments = [
Expand Down Expand Up @@ -555,5 +558,6 @@
r('xanax abuse', re.I),
r('toronto limo', re.I),
r('bestblackfriday', re.I),
r('newyearwishes', re.I),
]

0 comments on commit 459be91

Please sign in to comment.