<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hi Robert,</p>
<p dir="auto">The concept you’re going for seems workable with M-M Rules, but I haven’t had reason to do it.</p>
<p dir="auto">The example you give seems to ultimately make a mailbox for a specific “file cabinet” related to three things (all the “AND” statements), so you start with a rule sorting unique subjects and another rule that sorts by sender. These could be separate rules or concatenated ones. The co-dependence issues will determine if you really need multiple folders or not. Seems to me you don’t in MailMate.</p>
<p dir="auto">With those hints, I’ll leave you to it. Good Luck.</p>
</div><div id="1995A5DB-20CE-42F9-8B2F-3BA5BB180511"><body style="font-family: times; font-size: 125%;">
<div style="word-wrap:break-word;-webkit-nbsp-mode:space;line-break:after-white-space;">
Respectfully, <br />
Henry Seiden <br />
<! -- Email address option -- >
E: <a href= "mailto:inf@techworkspro.com"> Techworks Pro E-mail</a> <br />
W: <a href= "https://techworkspro.com"> Techworks Pro Co. Home Page</a>
<br /> <hr /> <br />
</div>
<div class="container" style="width:100%;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px;border-width:1px;border-style:solid;border-color:gray;line-height:150%;background-color:lightblue;" >
<div class="header" style="padding-top:0.5em;padding-bottom:0.5em;padding-right:0.5em;padding-left:0.5em;color:white;background-color:gray;clear:left;" >
<h1 class="header" style="padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;" >Techworks Pro Co.
</h1>
</div>
<div class="left" style="float:left;width:210px;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:1em;padding-bottom:1em;padding-right:1em;padding-left:1em;" >
<p>Founder, Henry Seiden info@techworkspro.com
</p>
</div>
<div class="content" style="margin-left:230px;border-left-width:1px;border-left-style:solid;border-left-color:gray;padding-top:1em;padding-bottom:1em;padding-right:1em;padding-left:1em;overflow:hidden;" >
<img src="https://techworkspro.com/_includes/techworkspro_v3_200x53.png" width="300" alt="" />
</div>
<div class="footer" style="padding-top:0.5em;padding-bottom:0.5em;padding-right:0.5em;padding-left:0.5em;color:white;background-color:gray;clear:left;" >© 2024 techworkspro.com
</div>
</div>
</body></div>
<div class="markdown" style="white-space: normal;"><p dir="auto"><br>
On 4 Nov 2024, at 12:06, Robert Wall wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">I basically want to write a rule that says:</p>
<p dir="auto">if (<br>
(subject) is in folder “target” AND<br>
(from) is in folder “target” AND<br>
(subject) and (from) are from the same message<br>
) then (<br>
file (message) in folder “filecabinet”<br>
)</p>
<p dir="auto">So if these two messages are in “target”:</p>
<p dir="auto">From: Bill Jones<br>
Subject: Important Information Regarding Your Account</p>
<p dir="auto">From: Dave Smith<br>
Subject: Your Receipt For Your Recent Transaction</p>
<p dir="auto">and I get another message that matches one of them dead-on:</p>
<p dir="auto">From: Bill Jones<br>
Subject: Important Information Regarding Your Account</p>
<p dir="auto">I want it filed, but a message with a mixed match of subject/from:</p>
<p dir="auto">From: Dave Smith<br>
Subject: Important Information Regarding Your Account</p>
<p dir="auto">shouldn’t automatically be filed, because the matched subject isn’t from the correct sender.</p>
<p dir="auto">I’m guessing this isn’t possible, but I wanted to see if anybody has any brilliant ideas. :)</p>
<hr style="border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);">
<p dir="auto">mailmate mailing list<br>
Unsubscribe: <a href="https://lists.freron.com/listinfo/mailmate" style="color: #777777;">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
</div>
</div>
</body>
</html>