Skip to content

Commit

Permalink
Adding negation for auto-survey emails (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfilar authored Oct 10, 2023
1 parent 37c2654 commit 3192977
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ source: |
and strings.contains(sender.display_name, "via")
)
and sender.email.domain.root_domain not in $org_domains
and sender.email.domain.root_domain not in ("medallia.com", "icims.com", "workday.com")
and (
profile.by_sender().prevalence in ("new", "outlier")
or (
Expand Down

0 comments on commit 3192977

Please sign in to comment.