type.inbound
and strings.istarts_with(subject.base, 'investment into')
and sender.email.domain.tld in $suspicious_tlds
Playground
Test against your own EMLs or sample data.
type.inbound
and strings.istarts_with(subject.base, 'investment into')
and sender.email.domain.tld in $suspicious_tlds
Test against your own EMLs or sample data.