Carl,<br><br>We have over a hundred Queues. Each one has a distinct email email correspond address. that way, any email sen to that address automatically gets into the correct Queue. That allows us to create scrips specifically for each Queue that will auto-assign an owner to the new ticket. We think that's a simpler way of doing it without all that hacking of a mailgate."KISS".<br>
<br>Kenn<br>LBNL<br><br><div class="gmail_quote">On Thu, Aug 19, 2010 at 9:10 AM, Emmanuel Lacour <span dir="ltr"><<a href="mailto:elacour@easter-eggs.com">elacour@easter-eggs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thu, Aug 19, 2010 at 04:42:29PM +0100, Carl Vincent wrote:<br>
> Hi,<br>
><br>
> I've had a situation for a while where mail sent to several addresses all goes to the same queue, but I'd like to set ownership automatically based on which address it was actually sent to. Also I'd like to keep the address->owner mapping out of RT, ideally in the aliases file where the address->queue mapping is.<br>

><br>
> When looking to see if I could hack on rt-mailgate to enable this to happen, I found the code for the --extension parameter could put stuff into the X-RT-Mail-Extension header of the message. It only seems to be documented for certain values, but it will allow anything to go into the header.<br>

><br>
> So I've implemented a solution where my aliases file says:<br>
><br>
> bob: "|/path/to/rt/bin/rt-mailgate --queue Main --action correspond --url <a href="http://rt.example.org/" target="_blank">http://rt.example.org/</a> --extension for-bob"<br>
><br>
> And an on-create scrip that checks for the header and if it matches /^for-(\w+)/, try and give ownership to the matched value as a username.<br>
><br>
<br>
</div>Why your scrip doesn't just look at the Delivered-To header of the mail<br>
??<br>
<div><div></div><div class="h5"><br>
RT Training in Washington DC, USA on Oct 25 & 26 2010<br>
Last one this year -- Learn how to get the most out of RT!<br>
</div></div></blockquote></div><br>