<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Have you looked at the CommandbyMail extension?   It might have the flexibility you need.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><a href="http://search.cpan.org/~falcone/RT-Extension-CommandByMail-0.10/">http://search.cpan.org/~falcone/RT-Extension-CommandByMail-0.10/</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Jim Berry<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"> rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com]
<b>On Behalf Of </b>Craig Ringer<br>
<b>Sent:</b> Tuesday, April 09, 2013 8:18 AM<br>
<b>To:</b> rt-users@lists.bestpractical.com<br>
<b>Subject:</b> [rt-users] Creating tickets on behalf of users via email<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi all<br>
<br>
I'm increasingly finding it desirable to open correspondence with a client by email and have the conversation tracked in RT. This is cumbersome enough to do that I wonder if I'm missing something obvious.<br>
<br>
I can create a ticket in their name via the web ui, but that results in an auto-acknowledgement email to them and doesn't send them a copy of the request its self since they're presumed to have sent it.<br>
<br>
I can create it with me as requestor, add them as Cc, save, then delete them from Cc and add them as requestor afterwards. That seems awfully convoluted, though, and doesn't allow me to create a ticket in their name by email.<br>
<br>
Essentially I want to be able to email <a href="mailto:bob@customer.com">bob@customer.com</a>, Cc RT, set Reply-To: to the RT address and have RT recognise that's what's happening, setting them as requestor instead of me and suppressing the auto-acknowledgement
 to them. After having a look at the code, docs and list archives I suspect that I will need to write my own email gateway to do this job but I'd like to confirm that. The mail plugin API doesn't look flexible enough, it's really just for authenticating users
 and doesn't give you hooks after ticket creation.<br>
<br>
If I was to write something like this would it be useful to others? Would the RT team be prepared to accept a patch either for the hooks + a CPAN plugin, or for the whole feature integrated into the RT code?<br>
<br>
BTW, I've pushed RT::Extension::CustomerGroups to CPAN:<br>
<br>
    <a href="http://search.cpan.org/%7Eringerc/RT-Extension-CustomerGroups/">http://search.cpan.org/~ringerc/RT-Extension-CustomerGroups/</a><br>
<br>
as well as an updated RT::Extension::SMSNotify that supports a hookable phone number lookup/filter function. A demo hook that implements rolling support shifts for SMS notification is included in the update. See:<br>
<br>
    <a href="http://search.cpan.org/%7Eringerc/RT-Extension-SMSNotify/">http://search.cpan.org/~ringerc/RT-Extension-SMSNotify/</a>
<o:p></o:p></p>
<pre>-- <o:p></o:p></pre>
<pre> Craig Ringer                   <a href="http://www.2ndQuadrant.com/">http://www.2ndQuadrant.com/</a><o:p></o:p></pre>
<pre> PostgreSQL Development, 24x7 Support, Training & Services<o:p></o:p></pre>
</div>
</body>
</html>