#3361: changes in notification cause breakage in email2trac
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  cboos                  
     Type:  defect            |      Status:  new                    
 Priority:  normal            |   Milestone:  0.10                   
Component:  ticket system     |     Version:  devel                  
 Severity:  major             |    Keywords:  notification email2trac
------------------------------+---------------------------------------------
 The changes made in source:/trunk/trac/ticket/[EMAIL PROTECTED] break
 the notification functionality used in the email2trac plugin
 functionality. The version prior to this check-in allowed you to submit a
 ticket via email and email2trac would be able to parse the submitted
 email's From: address and then a proper notification would be sent out to
 that email address to let them know their ticket was received.

 After upgrading to source:/trunk/trac/ticket/[EMAIL PROTECTED] if I
 send email in (via email2trac) response notifications are no longer sent
 to the person submitting the ticket via email. Instead it seems to be
 picking up the real name that is included in a typical from:

 {{{
 From: "Micah Anderson" <[EMAIL PROTECTED]>
 }}}

 and then failing to send notification to "Micah Anderson" (due to it being
 an incorrect email address), rather than trying to send the notification
 to <[EMAIL PROTECTED]>. The log says:

 {{{
 2006-07-05 18:48:32,360 Trac[notification] INFO: Email address w/o domain:
 Micah Anderson
 }}}

 This resulted in the ticket filed with email2trac [http://trac-
 hacks.org/ticket/490#comment:2 here], but after experimenting with the
 code from various versions, I see that it was a change in notification.py
 that caused this, rather than the email2trac plugin.

 Thanks!

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3361>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to