What the receiver is telling you

The address itself is malformed — a space inside it, two @ signs, a missing domain, a stray quote or bracket from a spreadsheet export. The receiver rejected it before looking anything up. This is a list-hygiene failure, not a deliverability one, but the bounce still counts as a hard failure on the sending domain's record.

What a hard bounce means for your reputation

Receivers count hard bounces. Gmail and Microsoft both treat a sender whose mail is addressed to people who do not exist as a sender who did not get those addresses from the people themselves, which is the definition of unsolicited. The working threshold is two percent of a send: under that is noise, above it starts to cost domain reputation, and above five percent a fresh domain can be throttled after a single campaign. The fix is upstream — verify before sending — not downstream.

What to do

  1. Open the address and look at it. The fault is usually visible: trailing punctuation, a name pasted into the email column, a mailto: prefix.
  2. Fix the export. Syntax errors arrive in batches from the same CSV, so the rest of that file has more.
  3. Run a syntax check before the list reaches the sending tool; every list cleaner does this in milliseconds.

don't Do not let the sending tool retry it. A malformed address is malformed forever.

Decode the whole bounce

Paste the complete failure notice — every code and the receiver's wording — and get each part explained together.

Common questions

Why did my sending tool accept an invalid address?

Most tools validate loosely on import and let the receiving server do the rejecting. Validate before import.

Is a 5.1.3 counted against my reputation?

It is a hard bounce and receivers count hard bounces. One is nothing; a batch of them from one send looks like a careless sender.

Related codes

Often seen alongside

Go deeper

Related reading

When it is broken

If this is the thing going wrong

The pages explain it. If you would rather it was simply fixed, that is the work I do.

← All error codesEmail authenticationReputationDeliveryInfrastructureBook a call →
Back to top