[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: Mail delivery failed: returning message to sender



Thanks for solving this problem, bus I am not expert of all these encodings too, so I simply need working reportbug package and I really don't know in which point the problem is: in packege or in mailing system, which must accept bug report. But if both encodings can be used (as says some different RCS's) I prefer to fix mailing system, if it is possible, to accept both types of encodings. Especially because bug report can be send using some common mail system.

Best regards,

Pagarbiai,

Tomas Martišius
Vytauto Didžiojo universitetas
vyr. tinklo administratorius

2016.12.28 18:53, Andreas Metzler rašė:
Niels Thykier <niels@thykier.net> wrote:
Andreas Metzler:
[...]
No, the encoding was not correct. Compare how you (your MUA) just did it in
this message with the rejected one.
   From: =?UTF-8?Q?TOMAS_MARTI=c5=a0IUS?= <tomas@puga.vdu.lt>
   From: =?utf-8?b?VG9tYXMgTWFydGnFoWl1cyA8dG9tYXNAcHVnYS52ZHUubHQ+?=
[...]

Hi,
The latter is "simply" a base64 encoding:
$ echo 'VG9tYXMgTWFydGnFoWl1cyA8dG9tYXNAcHVnYS52ZHUubHQ+' | base64 -d
Tomas Martišius <tomas@puga.vdu.lt>
[...]
I am not an expert on permitted ways of quoting UTF-8 in mail
headers, but the base64 method does not seem entirely inconceivable
for some RFC to support that (especially not considering you can
encode the body with base64).
Whether VG9tYXMgTWFydGnFoWl1cyA8dG9tYXNAcHVnYS52ZHUubHQ+ can be
/decoded/ to something that contains a mail-address is not relevant. The
header

   From: =?utf-8?b?VG9tYXMgTWFydGnFoWl1cyA8dG9tYXNAcHVnYS52ZHUubHQ+?=

does not fullfill the syntax required by RFC 2822. These syntax
requiremts apply to the (possibly rfc2047-) *encoded* field contents,
not to the decoded values.

cu Andreas


Reply to: