-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for mime parsing reportedly crash-inducing message
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Return-Path: <[email protected]> | ||
Received: from hq5.merlinux.eu | ||
by hq5.merlinux.eu (Dovecot) with LMTP id yRKOBakcfV1AewAAPzvFDg | ||
; Sat, 14 Sep 2019 19:00:25 +0200 | ||
Received: from localhost (unknown 7.165.105.24]) | ||
by hq5.merlinux.eu (Postfix) with ESMTPSA id 8D9844E023; | ||
Sat, 14 Sep 2019 19:00:22 +0200 (CEST) | ||
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=testrun.org; | ||
s=testrun; t=1568480425; | ||
bh=GrziQ9bkbioILHZ1tEn81B53bDgaZK+ENbW4MUBiMUM=; | ||
h=Date:From:To:In-Reply-To:References:Subject:From; | ||
b=eHP/GdBQD1cq601Gaqpz7fd+nQvBJLH7c+bk9KGGC3BKZrRAzehEDOaFlGP2+9oFq | ||
cl+y11nGowenVAw7M5ljjxCpOVy0Aa+atn3e7iZeufgOJPr5Hggg2nPe4qfyP6OmOJ | ||
i9RazyXN1rp4fY7ku9x29g818UL8aWiloJHJ9wqDhMe8OXtIAhJA0gpHDCT1SLgo/a | ||
Kv7/Yj4CA8XS/mRxkbBmpWgcF7SluNjuXU9Npo3aTfjQQ5xSzn72Jsai4n0ppLcQ5k | ||
KobttFy+gkmfQRAe8v7vx51qn82BSsGRlxZWevOB9zit/uk7zb8ZbBqPMeCoWsihRM | ||
LdSqwIpokmYmQ== | ||
Date: Sat, 14 Sep 2019 19:00:13 +0200 | ||
From: lmn <[email protected]> | ||
To: abc <[email protected]>, def <[email protected]>, | ||
jik |