<div dir="ltr">Hello Kevin,<div><br></div><div>The issue is when some who is an adminCC on a support queue then forwards the ticket email (without removing the ticket number) to a engineering queue email, expecting only the engineers to see it, but because it still has the same ticket ID in the subject RT is merging it back to the original customer support queue, with embarrassing results (customer gets email intended for internal only).</div><div><br></div><div>Thanks,</div><div><br></div><div>Kevin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 16, 2014 at 12:11 PM, Kevin Falcone <span dir="ltr"><<a href="mailto:falcone@bestpractical.com" target="_blank">falcone@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Oct 15, 2014 at 10:23:48AM +0200, Emmanuel Lacour wrote:<br>
> > Is there any way to force RT to respect the incoming email/queue from<br>
> > rt-mailgate over merging by the ticket numbers (when this type of thing<br>
> > occurs)?<br>
<br>
</span>As I believe has been said, but I'll repeat it.<br>
Using the ticket id instead of the incoming email is a feature of RT.<br>
<br>
For example, it allows me to move a ticket from development to sales<br>
when we need to get something quoted back and a user can email any<br>
address and have it routed.<br>
<span class=""><br>
> no, you have to patch RT (lib/RT/Interfaces/Email.pm:sub Gateway) or<br>
> disallow the user to send a mail to a queue where the ticket doesn't<br>
> belong to, by writing a MailPlugin<br>
> (<a href="http://www.bestpractical.com/docs/rt/4.2/rt-mailgate.html#WRITING-PLUGINS" target="_blank">http://www.bestpractical.com/docs/rt/4.2/rt-mailgate.html#WRITING-PLUGINS</a>).<br>
<br>
</span>Alternately, you can use the same code used by the RepliesToResolved<br>
plugin which forces new ticket creation if the replied to ticket is in<br>
an inactive state.<br>
<br>
<a href="https://github.com/bestpractical/rt-extension-repliestoresolved" target="_blank">https://github.com/bestpractical/rt-extension-repliestoresolved</a><br>
<br>
<a href="http://bestpractical.com/docs/rt/latest/RT/Interface/Email.html#ExtractTicketId" target="_blank">http://bestpractical.com/docs/rt/latest/RT/Interface/Email.html#ExtractTicketId</a><br>
<br>
Hopefully soon we'll release a backport of the new gateway we're<br>
developing for 4.4 which would also make plugging this in easier.<br>
<span class="HOEnZb"><font color="#888888"><br>
-kevin<br>
</font></span><br>--<br>
RT Training November 4 & 5 Los Angeles<br>
<a href="http://bestpractical.com/training" target="_blank">http://bestpractical.com/training</a><br>
<br></blockquote></div><br></div>