<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">Perfect!  There is a lot of “real” mail that puts names in the subjects (mostly newsletters and such), but I’ve seen a lot of names in parentheses lately, and I don’t think they are EVER real.  I’ll play with scoring to see what works best.  </div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">Thanks so much!</div> <br> <div id="bloop_sign_1483727431701220864" class="bloop_sign"><b>Danita Zanrè</b>, <i>Move Out of the Office</i><div>I love my job, and you can too!</div><div>Tel: (720) 319-7530 - Caledonia Network Consulting</div><div>Tel: (720) 319-8240 - Move Out of the Office</div><div><div><br></div></div></div> <br><p class="airmail_on">On January 6, 2017 at 10:50:22 AM, Mark Sapiro (<a href="mailto:mark@msapiro.net">mark@msapiro.net</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>On 01/06/2017 07:50 AM, Danita Zanre wrote:
<br>>  
<br>> header NAME_IN_SUBJECT Subject =~ /\(danita|james|joe\)/
<br>>  
<br>> I specifically only want the rule to act on those with the parentheses
<br>> in the subject - I don’t think my rule is working.
<br>
<br>
<br>Your regex probably should be /\((danita|james|joe)\)/i to match either
<br>'danita' or 'james' or 'joe' inside parens, case insensitively. What you
<br>have will match '(danita' or 'james' or 'joe)' case sensitively. I.e.,
<br>danita needs the open paren but not a close, joe needs the closing paren
<br>but not the open and james needs no parens.
<br>
<br>--  
<br>Mark Sapiro <mark@msapiro.net>        The highway is for gamblers,
<br>San Francisco Bay Area, California    better use your sense - B. Dylan
<br>
<br>
<br>--  
<br>MailScanner mailing list
<br>mailscanner@lists.mailscanner.info
<br>http://lists.mailscanner.info/mailman/listinfo/mailscanner
<br>
<br>
<br>------------------------------------------------------
<br>Powered by Xeams. Visit xeams.com for more information
<br>------------------------------------------------------
<br>
<br>--  
<br>This message has been scanned for viruses and
<br>dangerous content by Iris MailScanner, and is
<br>believed to be clean.
<br>
<br></div></div></span></blockquote></body></html>