Outbound Wiki

Email risk classification

Identifying catch-all, disposable, role-based, spam-trap and otherwise risky email addresses.

Risk classification tells you how much confidence an address deserves before you send. Start with the address and domain, then check mailbox behavior, address type, and message identity before deciding what to do. A clean delivery signal does not prove that the mailbox is real: an accept-all server accepts messages for real and nonexistent addresses, so no verifier can fully confirm the mailbox.1 Relying on one or even several quantitative metrics can miss some spam and falsely classify some accounts, so combine signals and keep an explicit hold state.2

Run the classification

Use the same pass for every record so the final decision reflects the address, mailbox behavior, and surrounding message. Move a record forward only when the current check leaves no unresolved reason to pause.

Stage What you are trying to learn Example question
Address whether the format gives you a reason to pause Does the address have a valid structure?
Domain whether the domain fits the identity it claims Does the domain fit the organisation?
Mailbox behavior whether the server response gives enough confidence Does this server accept any address?
Address type whether the classification changes how you handle the record Is this a catch-all, disposable, role-based, or spam-trap address?
Message identity whether the sender and content look consistent Does the display name match the address?
Decision whether the record should be sent, held, or suppressed What unresolved risk remains?

Check the address and domain

Start with structure, then compare the domain with the identity the address claims. A structurally valid address can still warrant a hold when its domain or source looks suspicious.

Email verification can identify specific address types, including role-based and catch-all addresses.3 It also identifies prospects likely to bounce when emailed.4 An email verification tool should distinguish invalid addresses, including syntax errors, typos, and spam traps.5

Use the domain check to catch identity problems early. Ask: "Is it from a public domain (for example, @gmail.com) but pretending to be from a company?"6 Ask: "Is the domain slightly misspelled (for example, amaz0n.com)?"7 If either answer is yes, hold the record for review. A yes answer to any of these checklist questions can mean the email may be fraudulent.8

Classify mailbox risk

Keep the address type separate from whether mail can reach the domain. The same delivery result can require different handling depending on the kind of address that produced it.

A useful result separates addresses into risky, undeliverable, and deliverable categories.9 Put a catch-all result on hold until another signal resolves the uncertainty. Disposable addresses are fake or temporary addresses that should be deleted from the list.10

Role-based addresses are often gathered through web scraping and sent to multiple recipients, which makes them among those most likely to produce spam complaints.11 Review them before sending, especially when the outreach depends on one individual reading it.

A spamtrap is an address intentionally used to identify spammers.12 Regular delivery to spam traps and honeypot addresses is likely to put the sender's IP and domain on blocklists.13 Suppress a suspected trap and preserve the reason for that decision. If a system returns a classification you cannot map confidently, keep it under Other instead of forcing it into a safer category.14

Inspect the message identity

Check the message itself for signs that it is asking the recipient to trust the wrong sender.

Hover over the "from" display name to see which address is associated with it.15 Attackers commonly spoof display names so a message appears to come from a legitimate person, and hovering over the display name often reveals a different sender.16

For someone you regularly communicate with, compare the new message with older ones. Ask: "Does it differ from how that organisation normally emails you?"17 Ask: "Does the display name look the same for all emails? Is the email signature the same?"18

Treat pressure and mismatched content as reasons to pause. Ask: "Does it urge immediate action, such as "Act now" or "Your account will be closed"?"19 Ask: "Does the link URL differ from the anchor text?"20 Ask: "Is there an unexpected attachment?"21 Phishing emails are designed to manipulate people into disclosing sensitive information, clicking malicious links, or downloading dangerous attachments.22

If the message remains suspicious, verify it through a channel you already trust. Call the purported sender using a phone number from your address book, not a number in the suspicious email.23

Make the send decision

Use the classification to control the queue. A hold keeps uncertain addresses out of the send path until someone resolves the reason.

Too many bounces and spam complaints can hurt sender reputation and delivery to valid addresses.24 Sending to invalid or risky addresses could jeopardize your ability to send emails.25 A high bounce rate also makes campaign metrics harder to interpret.26

Use three outcomes:

  • Send when the address has no unresolved risk flag and the message identity check passes.
  • Hold when the result is catch-all, role-based, unclear, or connected to a suspicious message.
  • Suppress when the address is undeliverable, disposable, or a spamtrap, or when fraud remains unresolved.

Record the reason beside the outcome. That lets the next person review a hold without repeating every check.

What not to do

A weak signal is not permission to send. Keep these rules with the workflow.

  • Do not send to test mailboxes or temporary or disposable domains, since anyone can access them and sending to them can harm sending reputation.27
  • Do not assume the detection advice catches every generated email: even after you follow it, an email program may slip through, and a system that sends whenever it receives email can create infinite email loops.28
  • Do not wait for repeated bounces, spam complaints, or unsubscribes to change your process, since an email service provider may suspend the account after too many of these events.29

Sources

  1. 1
    “Their mail servers accept messages to any address, real or not, so no verifier can fully confirm the mailbox exists.”
  2. 2
    “exclusive reliance upon one quantitative metric (or even several) would likely result in failures to identify some spam while also falsely identifying some accounts as spammers.”
  3. 3
    “Email verification is slightly different from email validation as it can also identify specific types of email addresses, such as those that are role-based or belong to a catch-all domain.”
  4. 4
    “Email verification identifies prospects that are likely to bounce when an email is sent to them.”
  5. 5
    “an email verification tool should be able to accurately decipher between invalid email addresses, such as those with syntax errors/typos, spam traps, and so on.”
  6. 6
    “Is it from a public domain (e.g. @gmail.com) but pretending to be from a company?”
  7. 7
    “Is the domain slightly misspelled (e.g. amaz0n.com)?”
  8. 8
    “Answering ‘yes’ to any of the questions below is a sign the email may be fraudulent.”
  9. 9
    “Kickbox puts emails into 3 categories: risky, undeliverable, and deliverable emails.”
  10. 10
    “Disposable – fake or temporary addresses to delete from your list”
  11. 11
    “Because these often are gathered through web scraping and go to multiple recipients, they’re among the most likely to submit spam complaints.”
  12. 12
    “A spamtrap is an email address that is intentionally used to identify spammers.”
  13. 13
    “When your email content regularly gets delivered to spam traps and honeypot addresses (a symptom of not cleaning your mailing lists), you’re likely to see your IP and domain appear on blocklists.”
  14. 14
    “any remaining classifications grouped under Other”
  15. 15
    “First, hover over the “from” display name to see what email address pops up (to hover, move your pointer over the information that you want to verify).”
  16. 16
    “It’s very common for an attacker to spoof a display name to look like it is coming from someone legitimate, but when you hover over the display name you’ll often find that message is actually coming from someone else.”
  17. 17
    “Does it differ from how that organisation normally emails you?”
  18. 18
    “Does the display name look the same for all emails? Is the email signature the same?”
  19. 19
    “Does it urge immediate action (e.g. “Act now”, “Your account will be closed”)?”
  20. 20
    “Does the link URL differ from the anchor text?”
  21. 21
    “Is there an unexpected attachment?”
  22. 22
    “Phishing attacks are designed to manipulate people into giving up sensitive information, clicking malicious links or downloading dangerous attachments.”
  23. 23
    “There’s nothing like a good old-fashioned, pick-up-the-phone and ask the person if they meant to send you the “I’m stuck in Paris and need money to get out now” message – just make sure you use a phone number from your address book and not one on the potentially suspicious email.”
  24. 24
    “Too many email bounces and spam complaints can hurt your sender reputation and thus hurt your deliverability to valid addresses.”
  25. 25
    “Sending to invalid or risky addresses could imperil your ability to send emails in the first place.”
  26. 26
    “Plus, a high bounce rate can muddy your campaign metrics, making it more difficult to understand what’s actually working.”
  27. 27
    “Such mailboxes and domains are accessible to anyone, and sending to them can harm your sending reputation.”
  28. 28
    “Even when following all of the above advice you may still encounter an email program that will slip through. This can very dangerous as email systems that simply IF email THEN send_email have the potential to cause infinite email loops.”
  29. 29
    “Too many bounces, spam complaints, or unsubscribes may lead your Email Service Provider to suspend your account to meet standards from Internet Service Providers, anti-spam organizations, and other email protection services.”