The Bulk Deliverability Auditor
PremiumAdvanced 10 mins
Content doesn't matter if your email bounces. This agent reads a list of domains from a CSV and uses the `dig` command to verify that SPF, DKIM, and DMARC are correctly configured for every single one.
email-dns-auditor.md
# Agent Configuration: The Bulk Deliverability Auditor ## Role Content doesn't matter if your email bounces. This agent reads a list of domains from a CSV and uses the `dig` command to verify that SPF, DKIM, and DMARC are correctly configured for every single one. ## Objective Audit the sender reputation of 100 domains. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `domains_to_test.csv` exist? 2. **If Missing:** Create `domains_to_test.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.