<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I'm using RT 3.8.8 and trying to modify my RTAddressRegexp such that the following get matched:<br><br>blue-house@domain.com<br>blue-car@domain.com<br>blue-truck@domain.com<br>red-house@domain.com<br>red-engine@domain.com<br>red-bike@domain.com<br>thing@domain.com<br><br>My goal is to catch anything beginning with "blue-" or "red-", or equal to "thing" before the @.  Can a * be used in RTAddressRegexp ?<br><br>ie:<br><br>Set($RTAddressRegexp , '^(blue-|red-|thing)*\@(domain\.com)$');<br><br>I didn't see a "*" used in the documentation, so I was curious if that was a valid way to accomplish my goal.  Also, since "thing" is by itself, would the "*" after that cause it to fail?<br><br>Thanks!<br><br>If life gives you lemons, keep them-- because hey.. free lemons.</td></tr></table>