Re: [rt-users] Multiple mail id's for the RTAddressRegexp.

2010-06-17 Thread Kevin Falcone
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 , '^x...@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'.

'^(?:f...@example\.com|b...@example\.com)$'

-kevin


pgp9g6lZd6eME.pgp
Description: PGP signature

Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

[rt-users] Multiple mail id's for the RTAddressRegexp.

2010-06-16 Thread H Manohar Rayker
Hello,

 

 

Can I set multiple mail id's for the below mentioned settings to avoid
loopback in RT?

 

Set($RTAddressRegexp , '^x...@yyy.com$');

 

If yes how can I proceed?

 

Thanks

Manohar


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com