Start with pydkim 0.3.

This commit is contained in:
Scott Kitterman
2011-03-07 23:25:49 -05:00
commit 4cc38d62fd
12 changed files with 1513 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Handle multiple DKIM-Signature header lines, ie. more than just the first one.
It should be possible to remove the dependency on dnspython by using something
like dig.
Better debug logging output.
General code cleanup.