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. ;-) -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness _______________________________________________ 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
