type.inbound
and (
regex.contains(strings.replace_confusables(body.current_thread.text),
'This sender has been verified fro(?:m|rn) safe senders list'
)
or any(body.current_thread.banners,
regex.contains(strings.replace_confusables(.text),
'This sender has been verified fro(?:m|rn) safe senders list'
)
)
)
Playground
Test against your own EMLs or sample data.