[rt-users] queue tag moved from left of subject to right of subject?

Jo Rhett jrhett at netconsonance.com
Mon Feb 2 18:20:07 EST 2009


On Feb 2, 2009, at 9:54 AM, Jesse Vincent wrote:
> This is the subject-token extraction kicking in. It's designed to let
> two RT's talk to each other. There's a global scrip.
>
> I'm not sure why it would kick in for your own RT's tag though.  
> Patches
> gratefully appreciated.


Okay, so it seems that my problem was that I gave every queue its own  
separate subject line tag, but didn't add each one of these to  
$EmailSubjectTagRegex.

I assume I need something like this?

	Set( $EmailSubjectTagRegex, qr/\Q($rtname|Abuse|IPadmin|Security)\E/ 
i );

Likewise, I assume that if I got off my butt and created a patch which  
set this list based on all of the configured subject tags you'd be  
okay with that?

-- 
Jo Rhett
Net Consonance : consonant endings by net philanthropy, open source  
and other randomness





More information about the rt-users mailing list