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

Jerrad Pierce jpierce at cambridgeenergyalliance.org
Mon Feb 2 19:17:42 EST 2009


For anyone interested in using that queue name in tag hack,
this is the other half to keep RT from munging subjects:

Set($ExtractSubjectTagMatch, qr/\[.+?\s+(?:\w+\s+)?\#\d+\]/);
Set($ExtractSubjectTagNoMatch, ( ${RT::EmailSubjectTagRegex}
       ? qr/\[(?:${RT::EmailSubjectTagRegex})\s+(?:\w+\s+)?#\d+\]/
       : qr/\[\Q$RT::rtname\E\s+(?:\w+\s+)?#\d+\]/));



More information about the rt-users mailing list