Update Changelog, put back large message from field for extra headers

test case.  Keep simplified message also in case further debugging is needed.
This commit is contained in:
Stuart D. Gathman
2011-06-17 18:55:52 -04:00
parent 133a5663ac
commit 4f77e32ec7
4 changed files with 117 additions and 4 deletions
+2 -1
View File
@@ -133,7 +133,8 @@ b/mPfjC0QJTocVBq6Za/PlzfV+Py92VaCak19F4WrbVTK5Gg5tW220MCAwEAAQ=="""
def test_extra_headers(self):
# <https://bugs.launchpad.net/pydkim/+bug/737311>
# extra headers above From caused failure
message = read_test_data("test_extra.message")
#message = read_test_data("test_extra.message")
message = read_test_data("message.mbox")
for header_algo in (b"simple", b"relaxed"):
for body_algo in (b"simple", b"relaxed"):
d = dkim.DKIM(message)