id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
211,Guest Reply on Ticket does not work,tom.ghyselinck@…,someotherguy,"I have the following situation:

 1. A Department has guest piping enabled.
 2. An email is sent from unknown email address (Guest)
 3. The new ticket is created.
 4. The guest is notified.
 5. A staff member replies.
 6. The guest is notified.
 7. The guest replies.
 8. The reply is discarded by the email piping.

My suggestion is that the following code makes the reply fail[[BR]](since {{{$m['id']}}} is empty and {{{$t['mid']}}} is 0):

version 1.0.2, line 468:
{{{
if ( $m['id'] != $t['mid'] )
{
    $this->ifthd->log( 'security', ""Email Member Reply Permission Denied: "". $t['subject'] );

    return false;
}
}}}",defect,closed,major,1.0.3,email piping,1.0.2 Final,fixed,,
