diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-07-27 16:57:32 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-07-27 16:57:32 +0100 |
commit | 6a1a93fffccd1344c87b33d7baacf9d25b5ba97b (patch) | |
tree | c85b02f48d78c03390eef08d352a9d400674be8d /test/functional/messages | |
parent | db3d0cb4b994558f63a28011a13a9e08d5f6d1d8 (diff) | |
download | rspamd-6a1a93fffccd1344c87b33d7baacf9d25b5ba97b.tar.gz rspamd-6a1a93fffccd1344c87b33d7baacf9d25b5ba97b.zip |
[Fix] Detect empty text part as text, not HTML
Issue: #2367
Diffstat (limited to 'test/functional/messages')
-rw-r--r-- | test/functional/messages/empty-plain-text.eml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/functional/messages/empty-plain-text.eml b/test/functional/messages/empty-plain-text.eml new file mode 100644 index 000000000..2c4fa3e90 --- /dev/null +++ b/test/functional/messages/empty-plain-text.eml @@ -0,0 +1,14 @@ +Return-Path: test@test.com +From: TEST <test@test.com> +MIME-Version: 1.0 +X-Priority: 1 (Highest) +X-MSMail-Priority: High +X-Mailer: Microsoft Outlook 16.0 +Importance: High +Date: Mon, 23 Jul 2018 16:24:13 +0200 +Message-ID: <d9946a191e0c97733a86424c48e65eca@test.com> +Subject: Test Subject +To: Me <me@me.me> +Content-Type: text/plain; charset="UTF-8" + + |