<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Howdy,</p>
<p>I have an user with the rule below.<br />Since it's discarding the match first, should it be stop there and don't redirect it to the next rule?</p>
<p>Thanks in advanced,</p>
<p>###</p>
<p>require ["date","relational","vacation"];<br /># rule:[xxx]<br />if header :contains "from" "icnf.pt"<br />{<br />discard;<br />}<br /># rule:[redir]<br />if true<br />{<br />redirect "jorge@myemail.pt";<br />stop;<br />}</p>
<p>###</p>

</body></html>