[rt-users] Other RT re-opening tickets we close in our RT...
Jerrad Pierce
jpierce at cambridgeenergyalliance.org
Mon Aug 25 13:18:21 EDT 2008
In RT_Config.pm
=item C<$ExtractSubjectTagMatch>, C<$ExtractSubjectTagNoMatch>
The default "extract remote tracking tags" scrip settings; these
detect when your RT is talking to another RT, and adjusts the
subject accordingly.
=cut
Set($ExtractSubjectTagMatch, qr/\[.+? #\d+\]/);
Set($ExtractSubjectTagNoMatch, ( ${RT::EmailSubjectTagRegex}
? qr/\[(?:${RT::EmailSubjectTagRegex}) #\d+\]/
: qr/\[\Q$RT::rtname\E #\d+\]/));
=back
I imagine then, that after this you could have a scrip detect the condition,
and bail.
--
Cambridge Energy Alliance: Save money & the planet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20080825/55c898ba/attachment.htm>
More information about the rt-users
mailing list