Yes, every unread message is process through the filter set but since the second rule you showed me is the last rule then each unread message is processed through two rules. Consider ending your rule set with an Always Exit rule. In your case you would replace your 'Expression *" rule with an Always Exit rule,
Also, expression rules are much slower to process that header rules because they check the entire message contents rather than just the headers. Replace your "Expression *.biz" rule with a header rule that checks the From header for ".biz" (no quotes, no wildcards). This should accomplish what you want but process much faster.
I have to state that I would be very wary about doing what you are doing unless I was certain I never wanted to receive a message containing .biz or .biz in the From header. If there is the slightest bit of uncertainty, set the action of you rule to move the messages to a designated folder. You can then review and delete them at your leisure but at least you will have an opportunity to see them.
<p>Yes, every unread message is process through the filter set but since the second rule you showed me is the last rule then each unread message is processed through two rules.&nbsp; Consider ending your rule set with an Always Exit rule.&nbsp; In your case you would replace your&nbsp; 'Expression *" rule with an Always Exit rule,</p><p>&nbsp;Also,&nbsp; expression rules are much slower to process that header rules because they check the entire message contents rather than just the headers.&nbsp; Replace your "Expression *.biz" rule with a header rule that checks the From header for ".biz" (no quotes, no wildcards). &nbsp; This should accomplish what you want but process much faster.</p><p>I have to state that I would be very wary about doing what you are doing unless I was certain I never wanted to receive a message containing .biz or .biz in the From header.&nbsp; If there is the slightest bit of uncertainty, set the action of you rule to move the messages to a designated folder.&nbsp; You can then review and delete them at your leisure but at least you will have an opportunity to see them.</p><p>&nbsp;</p>