Thank you so much Jo , that did the trick ;) here is the modified regexp : Set($RTAddressRegexp , '^(?:.*sladko...@yahoo-inc\.com)$');
Best regards, Oleg. On Wed, 2009-03-04 at 03:12 +0000, Jo Rhett wrote: > On Mar 2, 2009, at 8:02 AM, Oleg Sladkoff wrote: > > RTAddressRegexp doesn't work as expected on my RT 3.6.5 system. > > > > I have setup the following in > > /etc/rt3/RT_SiteConfig.pm : > > Set($RTAddressRegexp , '^(.*sladko...@yahoo-inc\.com)$'); > > > > However I am still able to create tickets with that mail address. I > > there anything I missed ? > > > Make it a non-referrable entry with ?: It didn't work for me until I > did that. > > Honestly that should be fixed in the code. It won't work any other > way. ;-) > -- Oleg Sladkoff KELKOO - Service Architect [email protected] Yahoo messenger : Kelkoooleg tel : +33 (0)476848147 gsm : +33(0)675768532 _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
