Re: RFC 2047 inspection
Sergey Poznyakoff <[email protected]> Wed, 04 Nov 2020 07:28:29 +0200
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Organization | GNU.org.ua |
| Message-ID | <[email protected]> |
Jean Louis <[email protected]> ha escrit: > (rcd-mailutils-flt2047 "Č <[email protected]>") > "=?utf-8?Q?=C4=8C_<[email protected]>?=" > > And then mail complains that email address is not valid. Quite right, that's not a valid email. flt2047 encodes everything it is given as input. It does not (and is not supposed to) attempt to parse the input in any way. Note, how I used it in my previous example: $(mailutils flt2047 -c utf-8 'ČC')" <[email protected]>" > Another question is if `mailutils flt2047' really needs to encode > something what need not be encoded, RFC says nothing on that subject. Encoding ASCII data doesn't do any harm anyway. Regards, Sergey