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
+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"