type.inbound
and any(html.xpath(body.html, '//div[contains(@style,"clip-path")]').nodes,
regex.icontains(.raw, 'clip-path:\s*inset\(\s*100%')
and length(.inner_text) > 150
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(html.xpath(body.html, '//div[contains(@style,"clip-path")]').nodes,
regex.icontains(.raw, 'clip-path:\s*inset\(\s*100%')
and length(.inner_text) > 150
)
Test against your own EMLs or sample data.