Doc update
This commit is contained in:
+2
-2
@@ -58,8 +58,8 @@ __all__ = [
|
|||||||
"verify",
|
"verify",
|
||||||
]
|
]
|
||||||
|
|
||||||
Relaxed = b'relaxed'
|
Relaxed = b'relaxed' # for clients passing dkim.Relaxed
|
||||||
Simple = b'simple'
|
Simple = b'simple' # for clients passing dkim.Simple
|
||||||
|
|
||||||
class DKIMException(Exception):
|
class DKIMException(Exception):
|
||||||
"""Base class for DKIM errors."""
|
"""Base class for DKIM errors."""
|
||||||
|
|||||||
Reference in New Issue
Block a user