[ZBX-20627] Zabbix 6.0.0 doesn't seem to support special characters in email subject/body anymore Created: 2022 Feb 19 Updated: 2022 Feb 21 Resolved: 2022 Feb 21 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Server (S) |
Affects Version/s: | 6.0.0 |
Fix Version/s: | None |
Type: | Problem report | Priority: | Trivial |
Reporter: | RoBo | Assignee: | Zabbix Development Team |
Resolution: | Duplicate | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
CentOS 8 MySQL Apache |
Attachments: |
![]() ![]() ![]() ![]() ![]() |
||||||||
Issue Links: |
|
Description |
In Zabbix 5.4.9 we've configured special characters in the Subject of emails. After upgrade to 5.4.10 this remained working. However after having upgraded to Zabbix 6.0.0 these special characters are now replaced by '??' Steps to reproduce:
Expected: Result: Result in Zabbix 5.4: The special characters are shown in the email subject
Subject: =?UTF-8?Q?WSEMon=E2=9A=A0=EF=B8=8FInformation:_Version_of_?=
=?UTF-8?Q?zabbix=5Fagent=28d=29_was_changed_on_Z?=
=?UTF-8?Q?abbixserver?=
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0093_01D82448.7C28E610"
Result in Zabbix 6.0.0: The special characters in the email subject are replaced with '??'
Subject: WSEMon??Updated: Version of zabbix_agent(d) was changed on Zabbixserver
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_008C_01D82448.7B3648B0"
It looks like the special character is not translated to ?UTF-8?Q? code. Remarkable extra info:
|
Comments |
Comment by Alexander Vladishev [ 2022 Feb 21 ] |
Closed as duplicate of |