Autoresponder charset problem

3 posts / 0 new
Last post
#1 Thu, 09/11/2014 - 08:04
burny89

Autoresponder charset problem

Hi Gang,

I just started to work with the autoresponder in Virtualmin and everything work perfect except the carset of the autoreply message.

Normally all mail send/receive by the mail server is ok. But the mail send by the autoreply set the charset to iso-8859-1 instead of UTF-8. So My french user have many problem with accent. Of course I can hardcode the accent in ISO format but I don't think it's the good solution for all times.

I make research in forum and google for this problem. All my server (with locale), webmin language and usermin language was setup to use UTF-8. But the autoreply continue to send in ISO.

Anybody know how to change the charset of the autoreply ?

Thank you very much !!!

Here the SMTP header of email (I make X in sensitive information, but the real value is ok) :

X-Originally-To: X-Webmin-Autoreply: 1 From: "XXXXXXXX" Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 Date: Thu, 11 Sep 2014 07:47:41 -0400 (EDT)

Thu, 06/18/2015 - 17:29
7stars

Hello, path /etc/webmin/virtual-server

line 253 replace with $type .= "; charset=".($cs || "utf-8");

;-)

Thu, 06/18/2015 - 17:31
7stars

forgot: maybe you also have to service webmin restart

Topic locked