After upgrade to 3.0.1.9 all email with Vietnamese have issue with font.



Our appliance info :

Do you have any way to fix this ?
Code: Select all
sudo rpm -qa | grep mbstring
php-mbstring-5.3.3-48.el6_8.x86_64
Hi,shawniverson wrote: 09 Apr 2017 16:27 I think this issue is still in MailWatch, but please update to 3.0.2.0 and confirm that issue is still present.
Code: Select all
collation-server = utf8mb4_unicode_ci
init-connect='SET NAMES utf8mb4'
character-set-server = utf8mb4
Sure:pdwalker wrote: 02 May 2017 02:27 Ramas,
Can you provide the raw headers to that email, like I did in https://github.com/mailwatch/MailWatch/issues/742 (3rd comment down).
It will make the debugging a bit easier.
Code: Select all
Received: from mail.manoteo.lt (mail.manoteo.lt [82.135.235.4])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mail.********.lt (Postfix) with ESMTPS id 96C49A00A0
for <******.*************@******.lt>; Mon, 1 May 2017 16:36:40 +0300 (EEST)
Received: from SRCOMPROD2 (unknown [172.16.92.156])
by mail.manoteo.lt (Postfix) with ESMTP id 7FAE2329B
for <******.*************@******.lt>; Mon, 1 May 2017 16:36:39 +0300 (EEST)
MIME-Version: 1.0
From: "Telia" <noreply@telia.lt>
To: ******.*************@******.lt
Date: 1 May 2017 16:36:39 +0300
Subject: =?utf-8?B?UHJhbmXFoWltYXMgYXBpZSB0aW5rbG8gcGzEl3Ryb3MgZGFy?=
=?utf-8?B?YnVz?=
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: base64
Message-Id: <20170501133639.7FAE2329B@mail.manoteo.lt>
Code: Select all
MariaDB [mailscanner]> show create database mailscanner;
+-------------+----------------------------------------------------------------------------------------------------+
| Database | Create Database |
+-------------+----------------------------------------------------------------------------------------------------+
| mailscanner | CREATE DATABASE `mailscanner` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci */ |
+-------------+----------------------------------------------------------------------------------------------------+
Code: Select all
...
ENGINE=InnoDB AUTO_INCREMENT=73506 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
...