From 15174d99eb096657fcead51232e6b6f4153cf8b7 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 10 Mar 2026 20:32:26 -0400 Subject: [PATCH] Update docs --- _modules/parsedmarc/utils.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html index 11c48ab5..e6f39c05 100644 --- a/_modules/parsedmarc/utils.html +++ b/_modules/parsedmarc/utils.html @@ -310,9 +310,7 @@ )[0] except dns.exception.DNSException as e: - if "The DNS query name does not exist" not in str(e): - logger.warning(f"get_reverse_dns({ip_address}) exception: {e}") - pass + logger.debug(f"get_reverse_dns({ip_address}) exception: {e}") return hostname