Jean Louis <bugs@gnu.support> ha escrit: > Am I supposed to convert the name for email address myself to RFC 2047 > string?
Yes, as of version 3.10, mailutils does not do that automatically. You can use the `mailutils flt2047' command to do that: mail -s Hello \ -E 'set sendmail=sendmail:/home/admin/bin/sendmail' \ --content-type=text/plain \ $(mailutils flt2047 -c utf-8 'ČC')" <s...@example.com>" < text > > But maybe mailutils shall handle that itself to RFC 2047. > It should do so, definitely. Regards, Sergey