dd testcase for bug 587783

This commit is contained in:
Stuart D. Gathman
2011-06-15 10:27:13 -04:00
parent c96367f9f9
commit a673d2332a
3 changed files with 69 additions and 0 deletions
+6
View File
@@ -51,10 +51,16 @@ __all__ = [
"KeyFormatError",
"MessageFormatError",
"ParameterError",
"Relaxed",
"Simple",
"DKIM",
"sign",
"verify",
]
Relaxed = b'relaxed'
Simple = b'simple'
class DKIMException(Exception):
"""Base class for DKIM errors."""
pass