mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-20 10:55:24 +00:00
@@ -1,3 +1,7 @@
|
||||
6.7.3
|
||||
-----
|
||||
- Make `dkim_aligned` and `spf_aligned` case insensitive (PR #132)
|
||||
|
||||
6.7.2
|
||||
-----
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
|
||||
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
|
||||
from parsedmarc.utils import parse_email
|
||||
|
||||
__version__ = "6.7.2"
|
||||
__version__ = "6.7.3"
|
||||
|
||||
logging.basicConfig(
|
||||
format='%(levelname)8s:%(filename)s:%(lineno)d:'
|
||||
|
||||
Reference in New Issue
Block a user