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
-1
View File
@@ -312,7 +312,6 @@ class DKIM(object):
self.selector = selector
return b'DKIM-Signature: ' + sig_value + b"\r\n"
def verify(self,dnsfunc=get_txt):
sigheaders = [(x,y) for x,y in self.headers if x.lower() == b"dkim-signature"]