[rt-users] Issues with CCs
Phil Homewood
pdh at bestpractical.com
Thu Mar 18 21:14:13 EST 2004
Chance Ervin wrote:
> Set($RTAddressRegexp ,
> '^(<rt>|<support>|<rt-mb>|<intelenet-support>|<intelenet-comments>)\@.
intelenet.net$');
The angle brackets and that dot are getting in your way.
Try:
Set($RTAddressRegexp ,
'^(rt|support|rt-mb|intelenet-support|intelenet-comments)\@intelenet.net
$');
or, to condense further....
Set($RTAddressRegexp ,
'^(rt(-mb)?|support|intelenet-(support|comments))\@intelenet.net$');
--
»|« http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
More information about the rt-users
mailing list