Catch-all addresses are a spam magnet
20 July 2026 · 4 min read
A catch-all accepts every local part. Dictionary attacks then land every time: info@, sales@, admin@, and ten thousand others all arrive, and none of them bounce, so the sender learns your domain accepts everything.
What it costs you
- Volume that never stops growing.
- No signal about which addresses are real.
- Reputation damage if you bounce it later, which is backscatter.
What to do instead
Name the addresses you actually use and refuse the rest during the SMTP conversation. If you need throwaway addresses, use a service that gives you distinct ones you can switch off, rather than a wildcard that can only be all or nothing.
More on deliverability
SPF, DKIM and DMARC in plain English
Three records, three different jobs, and one relationship between them that explains almost every "why is my mail in spam" question.
Why forwarded mail lands in spam
Forwarding breaks SPF every single time, by design. What keeps forwarded mail out of the spam folder is DKIM surviving the trip, and that is easy to break.
MTA-STS and TLS-RPT, and when they are worth it
SMTP encryption is opportunistic by default, which means it is trivially downgraded. These two records are the fix, and one of them is nearly free.