#11392 closed defect (wontfix)
Email distributor generates wrong From header with unicode name
| Reported by: | Jun Omae | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | AnnouncerPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 | 
Description
Email distributor generates wrong From header with unicode name.
trac.ini:
| announcer | email_from |  trac@localhost 
 | 
| announcer | email_from_name |   
 | 
| project | name |  0.12-stable †† 
 | 
From header of received mail:
From: =?utf-8?b?IjAuMTItc3RhYmxlIOKAoOKAoCIgPHRyYWNAbG9jYWxob3N0Pg==?=@example.org
It would decode it to the following.
From: "\"0.12-stable ††\" <trac@localhost>"@example.org
It should be mime-encoded the following.
From: 0.12-stable †† <trac@localhost>
Attachments (0)
Change History (5)
comment:2 Changed 9 years ago by
| Owner: | Steffen Hoffmann deleted | 
|---|
comment:3 Changed 9 years ago by
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.
comment:4 Changed 9 years ago by
Okay. I hoped that several issue on AnnouncerPlugin are fixed.... Currently, I'm using a bit modified AnnouncerPlugin with Trac 1.0.x, and disabling almost components in the plugin and inherited its components on production environment.
comment:5 Changed 9 years ago by
Feel free to commit whatever fixes you like. There's a branch for 1.0.
I won't have time to improve AnnouncerPlugin for Trac 1.0 and so far no one has stepped forward to maintain it, so I'm just making a Trac 1.2 compatible version that throws out all the parts that were integrated into Trac 1.2.



Proposed changes can be found in https://github.com/jun66j5/trac-announcerplugin/commit/8f5ac0a.diff.