From 65dce138725bab44b582e6da1a0235a4a269e19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3n=20Arnar?= <7620842+jonarnar77@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:48:05 +0000 Subject: [PATCH] Fix script name comment --- mx-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mx-report.py b/mx-report.py index 48bc504..a13e320 100644 --- a/mx-report.py +++ b/mx-report.py @@ -1,4 +1,4 @@ -# mx_domain_analyzer.py +# mx-report.py # A script to analyze domain MX records, SPF, DMARC, and DKIM settings. # # To run this script, you'll need to install the dnspython library: