15
0

- Update to version 5.8.6

* Ignore unhandled critical extensions for mark certificates.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-checkdmarc?expand=0&rev=15
This commit is contained in:
2025-06-19 08:03:56 +00:00
committed by Git OBS Bridge
commit d80bc72e10
10 changed files with 315 additions and 0 deletions

12
skip-network-tests.patch Normal file
View File

@@ -0,0 +1,12 @@
diff --git a/tests.py b/tests.py
index fd22132..b684ecb 100755
--- a/tests.py
+++ b/tests.py
@@ -291,6 +291,7 @@ class Test(unittest.TestCase):
"{0} does not have any MX records".format(domain), results["warnings"]
)
+ @unittest.skipUnless(os.path.exists("/etc/resolv.conf"), "no network")
def testSPFMissingARecord(self):
"""A warning is issued if an SPF record contains a mx mechanism
pointing to a domain that has no A records"""