<div ><div>
<p dir="auto">On 9 Sep 2015, at 13:02, Max Rydahl Andersen wrote:</p>

<blockquote style="border-left-color: #136BCE; border-left-style: solid; border-left-width: 2px; color: #136BCE; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">On 8 Sep 2015, at 20:24, Kee Hinckley wrote:</p>

<blockquote style="border-left-color: #4B89CF; border-left-style: solid; border-left-width: 2px; color: #4B89CF; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">Bugzilla puts a dozen headers in the email, but none of them actually contain the bug number. Is there anyway to extract something from the subject and use it to make a submailbox?</p>

<p dir="auto"><code>Subject: [Morpheus][Bug 412711] New: trying to ingest all 20 cox localities runs out of memory</code></p>

<p dir="auto">Note that the "New: " is only there once, so grouping by title catches everything <em>except</em> the first one.</p>
</blockquote>

<p dir="auto">I got this for jira: ${subject/.<em>(([^)]</em>))(.*)/$1/}</p>

<p dir="auto">Which will extract JBIDE-1235 from "(JBIDE-1235) la la la "</p>

<p dir="auto">but struggling getting it to work properly with bugzilla, but I assume its just me<br>
not getting the proper characters escaped.</p>
</blockquote>

<p dir="auto">If this is for the mailbox name format then I don't think it's quite what Kee asks for. He wants the partitioning to be based on a substring of the subject header. If he cannot use <code>prefix</code> or <code>blob</code> then he needs a custom specifier.</p>

<p dir="auto">I think <a href="https://www.mail-archive.com/mailmate%40lists.freron.com/msg02220.html">this thread</a> describes a similar problem and the low level solution.</p>

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

</div></div>