<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 28 Oct 2017, at 15:27, Chuck 95omega-at-gmail.com wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Does anyone have experience using conditional rules where they don't stick.  For example, if I set a rule that says the following:</p>

<p dir="auto">-Any of the following are true:</p>

<p dir="auto">     -From: <a href="mailto:User1@example.com" style="color:#777">User1@example.com</a></p>

<p dir="auto">     -From: <a href="mailto:User2@example.com" style="color:#777">User2@example.com</a></p>

<p dir="auto">         -All of the following conditions are true </p>

<p dir="auto">              -Date Received within last 7 days</p>

<p dir="auto">In this rule if an email is received from <a href="mailto:user2@example.com" style="color:#777">user2@example.com</a> come in the last 7 days I want to take an action.  The problem is that Mailmate never applies sub-rules in the rules editor no matter what rule I'm using.  After applying rules are no longer nested.</p>

<p dir="auto">Is anyone else seeing similar behavior?  Shame on me for not testing this earlier.</p>
</blockquote>

<p dir="auto">Hi Chuck,</p>

<p dir="auto">I have lots of nested rules that work fine. When I enter yours as described the <br>
    All of the following conditions are true<br>
    Date Received within last 7 days<br>
Is not indented when entered (using the elipses)</p>

<p dir="auto">I think the rules need to written like this</p>

<p dir="auto"><strong>Any</strong> of the following are true<br>
    <strong>From</strong> <strong>is</strong> <a href="mailto:user1@example.com" style="color:#3983C4">user1@example.com</a><br>
    <strong>All</strong> of the following are true<br>
        <strong>Date Received</strong> <strong>Is within last</strong> 7 <strong>Days</strong><br>
        <strong>From</strong> <strong>is</strong> <a href="mailto:user2@example.com" style="color:#3983C4">user2@example.com</a></p>

<p dir="auto">in other words I believe the ALL or ANY condition must precede what you want it to apply to. <br>
That's the way I always write mine and have no issues.</p>

<p dir="auto"><em>(Disclaimer: I may be wrong)</em></p>

<p dir="auto">-- <br>
<strong><em>Richard Rettke</em></strong><br>
<em>Laus Deo</em><br>
<em>Non sibi sed patriae</em></p>

<p dir="auto"><a href="https://about.me/rerettke" style="color:#3983C4">About Me</a></p>
</div>
</div>
</body>
</html>