From 51cd3bfa45418c4f5fa2cb2397d3b85ca4724ee8 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:09:37 -0400 Subject: [PATCH] Fix file path reference in AGENTS.md for clarity --- parsedmarc/resources/maps/AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/resources/maps/AGENTS.md b/parsedmarc/resources/maps/AGENTS.md index bead5f13..92256c05 100644 --- a/parsedmarc/resources/maps/AGENTS.md +++ b/parsedmarc/resources/maps/AGENTS.md @@ -4,7 +4,7 @@ This file provides guidance to AI agents when working on the reverse DNS maps an ## Maintaining the reverse DNS maps -`base_reverse_dns_map.csv` maps a base domain to a display name and service type. The same map is consulted at two points: first with a PTR-derived base domain, and — if the IP has no PTR — with the ASN domain from the bundled IPinfo Lite MMDB (`parsedmarc/resources/ipinfo/ipinfo_lite.mmdb`). See `README.md` for the field format and the service_type precedence rules. +`base_reverse_dns_map.csv` maps a base domain to a display name and service type. The same map is consulted at two points: first with a PTR-derived base domain, and — if the IP has no PTR — with the ASN domain from the bundled IPinfo Lite MMDB (`ipinfo_lite.mmdb`). See `README.md` for the field format and the service_type precedence rules. Because both lookup paths read the same CSV, map keys are a mixed namespace — rDNS-base domains (e.g. `comcast.net`, discovered via `base_reverse_dns.csv`) coexist with ASN domains (e.g. `comcast.com`, discovered via coverage-gap analysis against the MMDB). Entries of both kinds should point to the same `(name, type)` when they describe the same operator — grep before inventing a new display name.