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 @@ -17,7 +17,8 @@ source: |
"storage.{0,50}details",
"storage.{0,50}quot",
"(?:mailbox|cloud|account).{0,50}disabled",
"(?:email|cloud|total).{0,50}storage"
"(?:email|cloud|total).{0,50}storage",
"(?:account|cloud).{0,50}(?:suspended?|at risk)"
)
and not strings.ilike(beta.ocr(file.message_screenshot()).text, "*free plan*")
and (
Expand All @@ -26,10 +27,6 @@ source: |
.display_text is null
and .display_url.url is null
and .href_url.domain.domain not in $tenant_domains
and (
.href_url.domain.root_domain in $free_file_hosts
or .href_url.domain.root_domain == "beehiiv.com"
)
)
)

Expand Down
Loading