From b481d7992e7911eb8c93c4e2d46b4f69c8dea164 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Thu, 7 Mar 2019 09:34:47 +0300 Subject: [PATCH] [Test] Use non-ASCII file name to cover rfc2047 decoding (7d8bdf6) --- test/functional/messages/next2last-doublebad.eml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/messages/next2last-doublebad.eml b/test/functional/messages/next2last-doublebad.eml index 928117c27..5c8a7173b 100644 --- a/test/functional/messages/next2last-doublebad.eml +++ b/test/functional/messages/next2last-doublebad.eml @@ -1,8 +1,8 @@ Content-Type: multipart/mixed; boundary="--=_CDA2A73617693A02A72D9869" ----=_CDA2A73617693A02A72D9869 -Content-Type: application/octet-stream; name="file.scr.xz" -Content-Disposition: attachment; filename="file.scr.xz" +Content-Type: application/octet-stream; name="=?windows-1251?B?9ODp6y5zY3IueHo=?=" +Content-Disposition: attachment; filename="=?windows-1251?B?9ODp6y5zY3IueHo=?=" Content-Transfer-Encoding: base64 QlpoOTFBWSZTWeAw4GEAAADIAAAQQAAgACEAgrF3JFOFCQ4DDgYQ -- 2.39.5