<div dir="ltr">In RT_Config.pm<br><br>=item C<$ExtractSubjectTagMatch>, C<$ExtractSubjectTagNoMatch><br><br>The default "extract remote tracking tags" scrip settings; these<br>detect when your RT is talking to another RT, and adjusts the<br>
subject accordingly.<br><br>=cut<br><br>Set($ExtractSubjectTagMatch, qr/\[.+? #\d+\]/);<br>Set($ExtractSubjectTagNoMatch, ( ${RT::EmailSubjectTagRegex}<br>       ? qr/\[(?:${RT::EmailSubjectTagRegex}) #\d+\]/<br>       : qr/\[\Q$RT::rtname\E #\d+\]/));<br>
<br>=back<br><br>I imagine then, that after this you could have a scrip detect the condition, and bail.<br>-- <br>Cambridge Energy Alliance: Save money & the planet<br>
</div>