Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dmarc-CNAME-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ DMARC-009,ADD,parkeddomain2.com,CNAME,_dmarc,dmarc-quarantine.maindomain.com,360

**False Positives**: Review SPF and DKIM alignment in DMARC reports

**Policy Not Enforced**: Confirm receiving mail servers support DMARC CNAME resolution
**Policy Not Enforced**: Confirm receiving mail servers support DMARC CNAME resolution
2 changes: 1 addition & 1 deletion domain_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,4 @@ def analyze_single_domain(domain: str) -> Dict:
print("\nAnalysis interrupted by user. Partial results may have been saved.")
except Exception as e:
print(f"\nError during analysis: {str(e)}")
sys.exit(1)
sys.exit(1)
2 changes: 1 addition & 1 deletion domains.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
contoso.com
rzy.domain.com
rzy.domain.com
Loading