Skip to content

Commit

Permalink
clean up some flagged phrases
Browse files Browse the repository at this point in the history
getting some false positives, don't think we've been getting spammed that bad recently.
  • Loading branch information
tzarebczan authored Jan 21, 2025
1 parent e73bf1b commit 75103b9
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions flags/phrases.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var flaggedPhrases = []*regexp.Regexp{
regexp.MustCompile(`(?mis).*I get paid over \$.* per hour working from home(?s).*`),
regexp.MustCompile(`(?mis).*I get paid more than \$(?s).* per hour working from home(?s).*`),
regexp.MustCompile(`(?mis).*I get paid more than \$(?s).* per hour working online(?s).*`),
regexp.MustCompile(`(?mis).*Free Money - After(?s).*`),
regexp.MustCompile(`(?mis).*Real online home based job(?s).*`),
regexp.MustCompile(`(?mis).*I getting Paid upto \$.* this week(?s).*`),
regexp.MustCompile(`(?mis).*Get your financial freedom out of the hands(?s).*`),
Expand All @@ -25,7 +24,6 @@ var flaggedPhrases = []*regexp.Regexp{
regexp.MustCompile(`(?mis).*peau de mouton qui habille et camoufle un loup.*`),
regexp.MustCompile(`(?mis).*\$.*-\$.* per month on the web(?s).*`),
regexp.MustCompile(`(?mi).*Help the channel and join you these awesome pages to obtain free crypto coins.*`),
regexp.MustCompile(`(?mis).*PART TIME ONLINE JOBS.*`),
regexp.MustCompile(`(?mis).*per hour for doing work online work(?s).*`),
regexp.MustCompile(`(?mis).*earned \$.* in my first .* month(?s).*`),
regexp.MustCompile(`(?mi).*Porn1MinHD-LBRY.*`),
Expand All @@ -45,34 +43,14 @@ var flaggedPhrases = []*regexp.Regexp{
regexp.MustCompile(`(?mis).*started earning \$.* hour.* in my free time(?s).*`),
regexp.MustCompile(`(?mis).*making over \$.* a month working part time(?s).*`),
regexp.MustCompile(`(?mis).*making about \$.*-\$.* per month and you can too(?s).*`),
regexp.MustCompile(`(?mis).*visit this website(?s).*http:.*`),
regexp.MustCompile(`(?mis).*start earning online like me(?s).*`),
regexp.MustCompile(`(?mis).*on the given website(?s).*http:*`),
regexp.MustCompile(`(?mis).*start earning cash from your home(?s).*`),
regexp.MustCompile(`(?mis).*money(?s).*http:.*`),
regexp.MustCompile(`(?mis).*euros(?s).*http:.*`),
regexp.MustCompile(`(?mis).*job(?s).*http:.*`),
regexp.MustCompile(`(?mis).*income(?s).*http:.*`),
regexp.MustCompile(`(?mis).*cash(?s).*http:.*`),
regexp.MustCompile(`(?mis).*work(?s).*http:.*`),
regexp.MustCompile(`(?mis).*payout(?s).*http:.*`),
regexp.MustCompile(`(?mis).*paid(?s).*http:.*`),
regexp.MustCompile(`(?mis).*paid over(?s).*https://www.*`),
regexp.MustCompile(`(?mis).*working from(?s).*https://www.*`),
regexp.MustCompile(`(?mis).*working at home(?s).*https://www.*`),
regexp.MustCompile(`(?mis).*per-hr(?s).*earning $(?s).*http*`),
regexp.MustCompile(`(?mis).*per hour(?s).*earning $(?s).*http*`),
regexp.MustCompile(`(?mis).*$(?s).*an hour(?s).*working $(?s).*http*`),
regexp.MustCompile(`(?mis).*making(?s).*$(?s).*month(?s).*work $(?s).*http*`),
regexp.MustCompile(`(?mis).*earn(?s).*$(?s).*month(?s).*work $(?s).*http*`),
regexp.MustCompile(`(?mis).*paid more(?s).*https://tinyurl*`),
regexp.MustCompile(`(?mis).*earn over(?s).*https://tinyurl*`),
regexp.MustCompile(`(?mis).*I recommend him to anyone with; Herpes Virus.*`),
regexp.MustCompile(`(?mis).*work(?s).*online(?s).*$(?s).*http.*`),
regexp.MustCompile(`(?mis).*work(?s).*house(?s).*paid(?s).*http.*`),
regexp.MustCompile(`(?mis).*Nicholas Jonathan Gregory.*`),
regexp.MustCompile(`(?mis).*Windsor Dr..*`),
regexp.MustCompile(`(?mis).*SunlightAFA.*`),
regexp.MustCompile(`(?mis).*earn(?s).*online(?s).*http.*`),
regexp.MustCompile(`(?mis).*online(?s).*work(?s).*$(?s).*http.*`),
}

0 comments on commit 75103b9

Please sign in to comment.