<html><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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
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;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang="EN-US" link="blue" vlink="purple"><div class="WordSection1"><p class="MsoNormal">All,</p><p class="MsoNormal"> </p><p class="MsoNormal">I have RT 4.0.5 set up to accept mail and not create new users.  I am using RT::Authen::ExternalAuth.  I have a problem where some of my users are not using their original email address to send emails to RT.  When they send an email into an RT monitored address they get three emails, “Could not load a valid user”, “User could not be loaded”, and “User could not be created”.  I have added </p>
<p class="MsoNormal"> </p><p class="MsoNormal">Set($LookupSenderInExternalDatabase, 1);</p><p class="MsoNormal">Set($SenderMustExistInExternalDatabase, 1);</p><p class="MsoNormal"> </p><p class="MsoNormal">But I do not think those are relevant to ExternalAuth.  I have added the AutoRejectRequest Template globally, hoping that it would give my users a more graceful error message.</p>
<p class="MsoNormal"> </p><p class="MsoNormal">Is there anyone to change the outgoing error messages so that a user doesn’t get three, and that the, hopefully, one message they get has more info in it?</p><p class="MsoNormal">
 </p><p class="MsoNormal">Anything I have found on this seems to be old, deprecated, or not using ExternalAuth.  Thanks!</p><p class="MsoNormal"> </p><p class="MsoNormal">April</p><p class="MsoNormal"> </p></div></body></html>