Hi,

Your regex will only match

'@rt.mydomain.com'
not
'[email protected]'

remove the initial ^ from your regex to match on any email at this domain.

Set($RTAddressRegexp , '\...@rt\.mydomain\.com$');

or have the noc email defined explicitly like:

Set($RTAddressRegexp , '^n...@rt\.mydomain\.com$');


http://wiki.bestpractical.com/view/RTAddressRegexp


Cheers,


Alister West <[email protected]>
w: http://www.gossamer-threads.com
t: +1.604.687.5804  f: +1.604.687.5806

On 10-08-30 11:10 AM, Codatel Lists wrote:
In the rt config file I have the following line


Set($RTAddressRegexp , '^[email protected]$');

when I create a queue called [email protected]
<mailto:[email protected]> I get a message in the queue config screen
saying

RTAddressRegexp option in the config doesn't match [email protected]
<mailto:[email protected]>


I have tried a few different variations and it does not seem to get rid
of that message.

Is there something wrong with the string I am using?


Regards

Zafer




RT Training in Washington DC, USA on Oct 25&  26 2010
Last one this year -- Learn how to get the most out of RT!

RT Training in Washington DC, USA on Oct 25 & 26 2010
Last one this year -- Learn how to get the most out of RT!

Reply via email to