[rt-users] Multiple mail id's for the RTAddressRegexp.
Kevin Falcone
falcone at bestpractical.com
Thu Jun 17 10:39:40 EDT 2010
On Thu, Jun 17, 2010 at 08:18:57AM +0530, H Manohar Rayker wrote:
>
> Can I set multiple mail id's for the below mentioned settings to avoid loopback in RT?
>
> Set($RTAddressRegexp , '^xxx\@yyy.com$');
>
> If yes how can I proceed?
It is just a perl regexp, so yes. You can read more about them by
checking perldoc perlre or googling 'perl regexp'.
'^(?:foo at example\.com|baz at example\.com)$'
-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100617/e068ce16/attachment.sig>
More information about the rt-users
mailing list