dd testcase for bug 587783
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user