diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 21:30:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 21:30:40 +0000 |
commit | 133a45c109da5310add55824db21af5239951f93 (patch) | |
tree | ba6ac4c0a950a0dda56451944315d66409923918 /test/functional/messages/empty_part.eml | |
parent | Initial commit. (diff) | |
download | rspamd-133a45c109da5310add55824db21af5239951f93.tar.xz rspamd-133a45c109da5310add55824db21af5239951f93.zip |
Adding upstream version 3.8.1.upstream/3.8.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/functional/messages/empty_part.eml')
-rw-r--r-- | test/functional/messages/empty_part.eml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/functional/messages/empty_part.eml b/test/functional/messages/empty_part.eml new file mode 100644 index 0000000..7c3e6dc --- /dev/null +++ b/test/functional/messages/empty_part.eml @@ -0,0 +1,22 @@ +Return-Path: <example@example.net> +Date: 29 Apr 2015 04:56:53 -0000 +MIME-Version: 1.0 +From: example@example.net +Subject: This is the subject +Content-Type: multipart/alternative; + boundary="=_1ad00c4b74ff9921bb562f02b6e6df7a" +Message-ID: <mid1234@example.net> +To: example@example.net + +--=_1ad00c4b74ff9921bb562f02b6e6df7a +Content-Type: text/plain; charset="ISO-8859-1" +Content-Transfer-Encoding: 7bit + + +--=_1ad00c4b74ff9921bb562f02b6e6df7a +Content-Type: text/html; charset="ISO-8859-1" +Content-Transfer-Encoding: quoted-printable + +<b>HTML part only. The previous part makes the controller process crash</b> + +--=_1ad00c4b74ff9921bb562f02b6e6df7a-- |