Defect #3270
closedUpdating issue via email with coded subject
0%
Description
I forwarding emails from my email server to the Redmine via the rdm-mailhabdler.rb script. When the email message header contains Russian characters, it is encoded into a string:
Source header: Re: [Изменение задачи #2]
Encoded header: =?utf-8?B?UmU6IFvQmNC30LzQtdC90LXQvdC40LUg0LfQsNC00LDRh9C4ICMyXQ==?=
As a result, updating tasks (as described on the page RedmineReceivingEmails) does not occur.
If the email subject contains something like "Re: [xxxxxxx #123]", the email is processed as a reply and a note is added to issue #123. Otherwise, a new issue is created.
My configuration:
FreeBSD 7.0-RELEASE Exim4 Ruby version 1.8.7 (i386-freebsd7) RubyGems version 1.3.1 Rails version 2.1.2 Active Record version 2.1.2 Action Pack version 2.1.2 Active Resource version 2.1.2 Action Mailer version 2.1.2 Active Support version 2.1.2 Edge Rails revision unknown Application root /path/to/my/redmine Environment development Database adapter mysql
Files
Updated by Jean-Philippe Lang over 15 years ago
Can you attach a raw email so I can do some testing?
Updated by Максим Туркин over 15 years ago
- File message.eml message.eml added
Can I assign values of issue's status field (and other fields, such as the tracker) in Russian?
Updated by Jean-Philippe Lang almost 15 years ago
- Category changed from Email notifications to Email receiving
Updated by Go MAEDA almost 6 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
No problem in Redmine 4.0.1.devel.17851. I could add a note to issue 54 on my environment with the attached raw email. Maybe fixed in some version in the past.