Subscribers List
Combine the master subscriber file, operative list, and statuspage export into a single deduplicated email list, with domains from the exclusion file removed.
How it works
- Emails are extracted from the email column of the master paste, and the Email column of files 2 and 3.
- All emails are lowercased, trimmed, and deduplicated.
- The exclusion file is scanned cell-by-cell for domain-shaped values (case-insensitive).
- Any email whose domain matches — or is a subdomain of — an exclusion is removed.
- The surviving unique emails are written to a single-column XLSX, sorted alphabetically.
Verbose progress is printed to the server console.