#260 syncmail should deal with Real Names containing non-ASCii
Closed: Fixed None Opened 16 years ago by toshio.

syncmail on puppet1 constructs commit messages of the form:

Real Name username@fedoraproject.org

When Real Name contains non-ASCii characters it is failing to properly encode the Real Name.

syncmail on cvs-int appears to do the right thing.

From line from commit on puppet1:
From: Toshio ãããã toshio@fedoraproject.org

From line from commit on cvs-int:
From: =?utf-8?b?VG9zaGlvIOOBj+OCieOBqOOBvw==?= toshio@fedoraproject.org


Merged the syncmail from cvs-int with the one on puppet1. it now properly encoded the From: header.

Login to comment on this ticket.

Metadata