[rt-users] RT3 and RTAddressRegexp...

Glenn Sieb ges+lists at wingfoot.org
Wed Oct 15 00:28:23 EDT 2003


Sorry guys.. I'm playing with RT3, and I'm looking at the new config 
file... In RT2 I could have this:

sub IsRTAddress {
     my $address = shift;

         return(1) if ($address =~ /^what-sa\@wingfoot.org$/i);
         return(1) if ($address =~ /^what-sa-comment\@wingfoot.org$/i);
         return(1) if ($address =~ /^help\@wingfoot.org$/i);
         return(1) if ($address =~ /^help-comment\@wingfoot.org$/i);

     # return(undef)
}

In RT3, this is a bit different..?

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

How do I set this so it can match multiple queues?

Thanks in advance!
Glenn

---
The original portions of this message are the copyright of the author
(c)1998-2003 Glenn E. Sieb.    ICQ UIN: 300395    IRC Nick: Rainbear

"Religion is for those who do what they are told regardless of what is right.
Spirituality is for those who do what is right regardless of what
they are told." -- unattributed





More information about the rt-users mailing list