Merge branch 'jk/mailinfo-iterative-unquote-comment'
The code to parse the From e-mail header has been updated to avoid recursion. * jk/mailinfo-iterative-unquote-comment: mailinfo: avoid recursion when unquoting From headers t5100: make rfc822 comment test more careful
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
Author: A U Thor (this is (really) a comment (honestly))
|
||||
Author: (this is (really) a "comment" (honestly)) A U Thor
|
||||
Email: somebody@example.com
|
||||
Subject: testing comments
|
||||
Date: Sun, 25 May 2008 00:38:18 -0700
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
From 1234567890123456789012345678901234567890 Mon Sep 17 00:00:00 2001
|
||||
From: "A U Thor" <somebody@example.com> (this is \(really\) a comment (honestly))
|
||||
From: (this is \(really\) a "comment" (honestly)) "A U Thor" <somebody@example.com>
|
||||
Date: Sun, 25 May 2008 00:38:18 -0700
|
||||
Subject: [PATCH] testing comments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user