[rt-users] Request for feature

Dmitry Monakhov monakhv at ot.ru
Mon Mar 22 11:19:03 EST 2004


Hi, All!

There is very useful configuration parameter in 
/opt/rt3/etc/RT_SiteConfig.pm file

Set($RTAddressRegexp , '^(server|support|presale|rva)\@domain\.com$');

However the search is performed in case sensitive mode but rfc822 
describe mail addresses in case unsensitive mode.
So, the following modification in /opt/rt3/lib/RT/EmailParser.pm file
would be quite reasonable

645c645
<                        $address =~ /$RT::RTAddressRegexp/ ) {
---
 >                        $address =~ m/$RT::RTAddressRegexp/i ) {

-- 
Dmitry Monakhov System Administrator
Open Technologies, tel: +7(095)787-7027
e-mail: monakhv at ot.ru, http://www.ot.ru/



More information about the rt-users mailing list