* Sergey Poznyakoff <[email protected]> [2020-11-04 08:28]: > 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.
Alright, I can separate name and email address.
