bird email tools
Usage
Codebeispiel
bird email toolsDescription
Audit, validate, and analyze email authentication from the command line.
audit resolves a domain's live DMARC/SPF/DKIM/BIMI/MX records and reports what to
fix; validate-dmarc and validate-bimi parse a single record offline; split-dns-record
chunks a long TXT value into the DNS-safe parts a zone file needs; analyze-headers
reads a raw message's headers; analyze-dmarc-report summarizes an aggregate report.
Only audit touches the network (DNS resolution); none require authentication, so
these tools never touch a workspace.
Commands
| Name | Description |
|---|---|
| analyze-dmarc-report | Analyze a DMARC aggregate report |
| analyze-headers | Analyze raw email headers |
| audit | Audit a domain's email authentication |
| split-dns-record | Split a long DNS TXT value into 255-octet chunks |
| validate-bimi | Validate a BIMI record |
| validate-dmarc | Validate a DMARC record |