[Trac-tickets] [The Trac Project] #2870: Notification should quote project name?

The Trac Project noreply at edgewall.com
Mon Mar 13 19:11:59 CST 2006


#2870: Notification should quote project name?
---------------------+------------------------------------------------------
 Reporter:  athomas  |       Owner:  eblot             
     Type:  defect   |      Status:  new               
 Priority:  high     |   Milestone:  0.10              
Component:  general  |     Version:  devel             
 Severity:  normal   |    Keywords:  notification email
---------------------+------------------------------------------------------
 Hi,

 TracHacks has the following project name configured:

 {{{
 [project]
 name = Trac Hacks - Plugins, Macros, etc.
 }}}

 Notifications are failing with the following error:

 {{{
 01:54:13 Trac[web_ui] ERROR: Failure sending notification on change to
 ticket #143: (501, '<Trac>: sender address must contain a domain', 'Trac
 Hacks - Plugins, Macros, etc. <trac at trac-hacks.org>')
 }}}

 I believe this is because the SMTP server is treating the project name as
 three seperate E-Mail addresses: "Trac Hacks - Plugins", "Macros" and
 finally "etc. <trac at trac-hacks.org>".

 I suggest the project name needs quoting.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2870>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list