This is for RT 3.8.8 I was actually pretty confused about what the RTAddressRegexp should look like, and how it should be written (in quotes, in //'s, etc).
Set( $rtname, 'rt.censored.com'); Set($Timezone , 'US/Pacific'); Set($DatabaseHost , 'services'); Set($DatabaseRTHost , 'localhost'); Set($DatabaseUser , 'rt'); Set($DatabasePassword , 'censored'); Set($DatabaseName , 'rt'); Set($OwnerEmail , 'censored'); Set($CorrespondAddress , '[email protected]'); Set($CommentAddress , '[email protected]'); Set( $WebDomain, 'rt.censored.com' ); Set($RTAddressRegexp , '*[email protected]'); This is my first stab at RT so I'm not sure if I'm missing any other essential config values, but this is all I have in that file. On Fri, Aug 6, 2010 at 5:17 PM, Thomas Sibley <[email protected]> wrote: > On 08/06/2010 05:03 PM, Victor Victrolla wrote: >> >> Quantifier follows nothing in regex; marked by<-- HERE in m/*<-- >> HERE @rt.censored.com/ at >> /www/php5/rt.censored.com/rt/bin/../lib/RT/EmailParser.pm line 331. > > Can we see your RT_SiteConfig.pm? Also, what version of RT? It looks like > you might have configured $RTAddressRegexp with an invalid regular > expression. > > Thomas > > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. > Buy a copy at http://rtbook.bestpractical.com > -- -Nynex Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
