<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>I want to send notification like this:</div><div><br></div><div>if body :text :matches "*" {<br>           notify :importance "3"<br>               :message "[NOTIFY] ${1}"<br>               "mailto:<a href="mailto:test@example">test@example</a>,com";<br>}</div><div><br></div><div>The notification works but the variable ${1} seems to be empty.</div><div><br></div><div>But in this case:</div><div><br></div><div>if header :matches "Subject" "*" {<br>           notify :importance "3"<br>               :message "[NOTIFY] ${1}"<br>               "mailto:<a href="mailto:test@example">test@example</a>,com";<br>}</div><div><br></div><div>Everything works correct.</div><div><br></div><div>Regards,</div><div>Bambero<br></div></div></div></div>