<div dir="ltr">I'm trying to make my github processing better, but I'm missing something.<div><br></div><div>I have the following:<br>if address :all :contains "from" ["<a href="http://github.com">github.com</a>"] {<br>   addflag "github";<br>   addflag "MyFlags" "github";<br>   set "mailbox" "GitHub";<br>   if address :matches :user  "to" "*" {<br>      set "GHUser" "${1}";<br>      addflag "${GHUser}";<br>      addflag "MyFlags" "${GHuser}";<br>   }<br>   if header :matches "List-ID" "(.*/.*) <(.*)>" {<br>      set "mailbox" "github-lists/${1}";<br>   }<br>   fileinto :flags "${MyFlags}" :create "${mailbox}";<br>   stop;<br>}</div><div><br></div><div>I'm trying to match the apache-incubator-superset part of:</div><div><font class="gmail-bold" style="font-weight:bold;color:rgb(51,51,51);font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;background-color:rgb(253,253,253)">List-ID:</font><span style="color:rgb(51,51,51);font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;background-color:rgb(253,253,253)"> apache/incubator-superset <<a href="http://incubator-superset.apache.github.com">incubator-superset.apache.github.com</a>></span><br clear="all"><div><br></div><div>What am I missing?</div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Larry Rosenman                     <a href="http://www.lerctr.org/~ler" target="_blank">http://www.lerctr.org/~ler</a><br><span>Phone: <span title="Call with Google Voice"><span title="Call with Google Voice"><span title="Call with Google Voice"><span id="gc-number-128" class="gc-cs-link" title="Call with Google Voice">+1 214-642-9640</span></span></span></span> (c)     E-Mail: </span><a href="mailto:larryrtx@gmail.com" target="_blank" class="">larryrtx@gmail.com</a><br>US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106</div></div></div></div></div></div></div></div></div></div>