Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ source: |
(
270 < length(body.current_thread.text) < 1750
or (
75 < length(body.current_thread.text) < 1750
75 < length(body.current_thread.text) < 2000
and (
strings.ilike(body.current_thread.text,
"*PayPal*",
"*Norton*",
"*GeekSquad*",
"*Geek Squad*",
"*Ebay*",
"*McAfee*",
"*=1"
Expand Down
Loading