Hello,
I'm using osTicket:
./WHATSNEW.md:* issue: THIS_VERSION Utilize MAJOR_VERSION (5b4c512)
./bootstrap.php:define('THIS_VERSION', 'v1.17'); // Set by installer
with PHP 8.1.1.
I'm checking with https://www.mail-tester.com/ the emails sent from osTicket via Microsoft365, because some customers told me that our osTicket mail is landing in their SPAM folder.
Mail-tester shows a problem with the Message-ID in osTicket emails:
INVALID_MSGID Message-Id is not valid, according to RFC 2822
So I checked the message source and there is something weird looking in the Message-Id
header field:
Message-ID: =?UTF-8?Q?<BAT4ahY-a63Ka-AAAAAPoRAABxBQAATQm8HFi6-support@websafe.pl>?=
I don't think =?UTF-8?Q?
and ?=
should be there, right?
Same goes for the X-Mailer field:
X-Mailer: =?UTF-8?Q?osTicket=20Mailer?=
Is there something wrong on my side or is this a BUG?