<div class="markdown">
<p dir="auto">On 24 Apr 2014, at 21:09, Kee Hinckley wrote:</p>

<blockquote>
<p dir="auto">Does "Common Headers or Body" not include Subject? Or is something else odd happening here?</p>
</blockquote>

<p dir="auto">I think you found a bug which for some reason has never been reported. My immediate guess is that it is somehow related to the nature of this special value which includes multiple headers. Deep down in MailMate, it is specified as:</p>

<pre><code>    "#common" = {
        specifiers = ( "#any-address", "#unquoted", "subject" );
    };
</code></pre>

<p dir="auto">It's probably only failing for the “does not contain” comparison method. I'll note that I should look into this and hopefully it's an easy fix.</p>

<p dir="auto">-- <br>
Benny</p>

</div>