Make `dkim_aligned` and `spf_aligned` case insensitive (PR #132)
This commit is contained in:
Sean Whalen
2019-12-17 06:53:52 -05:00
parent 097a847f49
commit d82f211946
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
6.7.3
-----
- Make `dkim_aligned` and `spf_aligned` case insensitive (PR #132)
6.7.2
-----
+1 -1
View File
@@ -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:'
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.7.2"
__version__ = "6.7.3"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"