<!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 20 Jan 2017, at 9:39, Benny Kjær Nielsen wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">On 20 Jan 2017, at 15:09, Scott Schulz wrote:<br>
</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Is there some kind of debug functionality which might show me where that rule is applied?</p>
</blockquote><p dir="auto">Try this:<br>
<br>
        grep -C5 rules ~/Library/Application\ Support/MailMate/Mailboxes.plist</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Bingo! For anyone else, that (modified) query provided this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">            {    
            <snipped>
                    name = "Create Archive";
                    parentUUID = "46E2347D-F2E1-4AB2-A004-C40295FE7AEB";
                    rules = (
                            {       actions = (
                                            {       folderPath = "/Users/sws/Documents/Email/Exports";
                                                    type = "exportMessage";
                                            },
                                    );
                                    description = "Export to MailSteward";
                            },
                    );
                    set = "imap://scott%40bonkers.com@imap.gmail.com/INBOX";
                    uuid = "95A5403B-44D8-4A45-95FC-4CBCEF869C98";
            },
</code></pre>

<p dir="auto">And when searching for that parentUUID, I found these two entries:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">            {       previousUUID = "MAILING_LISTS";
                    uuid = "46E2347D-F2E1-4AB2-A004-C40295FE7AEB";
            },
</code></pre>

<p dir="auto">and<br>
                {       name = "Examples";<br>
                        parentUUID = "MAILBOXES";<br>
                        uuid = "46E2347D-F2E1-4AB2-A004-C40295FE7AEB";<br>
                },</p>

<p dir="auto">It was under the second, so problem solved.  Thanks for the assistance!</p>

<p dir="auto">SwS</p>
</div>
</div>
</body>
</html>