<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div><div class="markdown">
<p dir="auto">On 29 Oct 2020, at 19:24, Randall Meadows wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">On 29 Oct 2020, at 12:28, Martin S Taylor wrote:<br>
</p>
<blockquote><p dir="auto">I'm trying to set up a mailbox which just contains emails to and from members of my family, all of whom, amazingly, have the same surname as me - Taylor.<br>
<br>
So I'd like to have a smart mailbox which includes all messages which have at least one Address fulfilling the following constraint: it contains "Taylor", but it doesn't contain "Martin". How do I do this?</p>
</blockquote><p dir="auto">I think this will do it; in the Smart Mailbox editor:<br>
<br>
Mailboxes:<br>
√ Include messages in any submailboxes of this mailbox<br>
  Select the root mailbox from the dropdown menu (e.g., the INBOX of your account)<br>
<br>
Conditions:<br>
• Click the + to add a condition<br>
• Option-click the same (now) top + button to add another compound condition; then (regular) click the second + button to add another regular condition within the compound condition you just added.  Make them look like this:<br>
√ ALL of the following are true<br>
   √ ALL of the following are true<br>
      √ [Recipient (To, CC, Bcc)] [contains] "Taylor"<br>
      √ [From > Name] [contains] "Taylor"<br>
   √ [From > Name] [does not contain] "Martin"<br>
<br>
This will gather all messages that were SENT FROM or RECEIVED BY a "Taylor" who's not you.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">Sadly, it doesn't: it gathers all messages that were SENT FROM <em>and</em> RECEIVED BY a "Taylor" who's not me, so it misses any emails which are sent from a third party to all members of my family.</p>

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