<div class="markdown">
<p dir="auto">I use FogBugz and I get notification emails from the system with subjects like this:</p>

<p dir="auto">FogBugz (Case 1711) PROJECT NAME - Some Case title</p>

<p dir="auto">I could design a regular expression like:</p>

<pre><code>FogBugz\s\(Case \d+\)\s([a-zA-Z0-9\s]+)-\s.+
</code></pre>

<p dir="auto">I'd like to create distinct sub mailboxes for the matched group (Project Name). Is this possible and if so how to do it?</p>

<p dir="auto">--jk</p>

</div>