fix: Raise error if email to_header is invalid (#8688)
This commit is contained in:
29
spec/fixtures/files/mail_with_invalid_to.eml
vendored
Normal file
29
spec/fixtures/files/mail_with_invalid_to.eml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
X-Original-To: bd84c730a1ac7833e4d27253804516f7@reply.chatwoot.com
|
||||
Received: from mail.planetmars.com (mxd [192.168.1.1]) by mx.sendgrid.net with ESMTP id AAAA-bCCCCCC5DeeeFFgg for <bd84c730a1ac7833e4d27253804516f7@reply.chatwoot.com>; Sun, 31 Dec 2023 22:32:23.586 +0000 (UTC)
|
||||
From: "Mark Whatney" <mark@planetmars.com>
|
||||
To: <vishnu@chatwoot.com>vishnu@chatwoot.com
|
||||
Subject: stranded in mars
|
||||
Date: Mon, 1 Jan 2024 06:31:44 +0800
|
||||
Message-ID: <1234560e0123c05b4bbf83c828b1688a93c7@com>
|
||||
MIME-Version: 1.0
|
||||
Content-Type: multipart/alternative;
|
||||
boundary=15688136a4ad411d82b004fae6e46549
|
||||
X-Exim-Id: 1234560e0123c05b4bbf83c828b1688a93c7
|
||||
|
||||
This is a multipart message in MIME format.
|
||||
|
||||
--15688136a4ad411d82b004fae6e46549
|
||||
Content-Type: text/plain;
|
||||
charset="us-ascii"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
hey v, can i get some help over here?
|
||||
|
||||
--15688136a4ad411d82b004fae6e46549
|
||||
Content-Type: text/html;
|
||||
charset="utf-8"
|
||||
Content-Transfer-Encoding: quoted-printable
|
||||
|
||||
hey v, can i get some help over here?
|
||||
|
||||
--15688136a4ad411d82b004fae6e46549--
|
||||
29
spec/fixtures/files/mail_with_invalid_to_2.eml
vendored
Normal file
29
spec/fixtures/files/mail_with_invalid_to_2.eml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
X-Original-To: bd84c730a1ac7833e4d27253804516f7@reply.chatwoot.com
|
||||
Received: from mail.planetmars.com (mxd [192.168.1.1]) by mx.sendgrid.net with ESMTP id AAAA-bCCCCCC5DeeeFFgg for <bd84c730a1ac7833e4d27253804516f7@reply.chatwoot.com>; Sun, 31 Dec 2023 22:32:23.586 +0000 (UTC)
|
||||
From: "Mark Whatney" <mark@planetmars.com>
|
||||
To: vishnu@chatwoot.com www.chatwoot.com
|
||||
Subject: stranded in mars
|
||||
Date: Mon, 1 Jan 2024 06:31:44 +0800
|
||||
Message-ID: <1234560e0123c05b4bbf83c828b1688a93c7@com>
|
||||
MIME-Version: 1.0
|
||||
Content-Type: multipart/alternative;
|
||||
boundary=15688136a4ad411d82b004fae6e46549
|
||||
X-Exim-Id: 1234560e0123c05b4bbf83c828b1688a93c7
|
||||
|
||||
This is a multipart message in MIME format.
|
||||
|
||||
--15688136a4ad411d82b004fae6e46549
|
||||
Content-Type: text/plain;
|
||||
charset="us-ascii"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
hey v, can i get some help over here?
|
||||
|
||||
--15688136a4ad411d82b004fae6e46549
|
||||
Content-Type: text/html;
|
||||
charset="utf-8"
|
||||
Content-Transfer-Encoding: quoted-printable
|
||||
|
||||
hey v, can i get some help over here?
|
||||
|
||||
--15688136a4ad411d82b004fae6e46549--
|
||||
Reference in New Issue
Block a user