Enhanced Status Code 5.1.3: Bad Destination Mailbox Address Syntax
Enhanced Status Code 5.1.3 means “Bad Destination Mailbox Address Syntax.” The recipient email address has a syntax error that makes it unparseable. The address format violates RFC 5321 rules - it may contain illegal characters, missing @ symbol, spaces, or other formatting problems.
501 5.1.3 Bad recipient address syntax (in reply to RCPT TO command)
What does 5.1.3 mean?
Enhanced status code 5.1.3 indicates the recipient address has a structural syntax problem. The server cannot even attempt to look up the address because its format is invalid according to email address standards. This is different from 5.1.1 (valid format, user does not exist) - with 5.1.3, the address itself is malformed.
Common examples include addresses with spaces, missing @ signs, double dots, trailing dots, or characters that are not allowed in email addresses. This usually indicates a data quality issue in your list where addresses were entered incorrectly or corrupted.
How 5.1.3 plays out
5.1.3 rejectionWhere 5.1.3 sits: soft vs hard bounce
| Soft bounce (4xx) | Hard bounce (5xx) | |
|---|---|---|
| Nature | Temporary | Permanent |
| SMTP class | 4xx | 5xx |
| What to do | Let it retry | Suppress the address |
| Recoverable? | Often | No |
| 5.1.3 is | ✓ this code |
Common causes of 5.1.3
- Email address contains spaces or illegal characters
- Missing @ symbol or multiple @ symbols
- Double dots (..) in the address
- Address starts or ends with a dot
- Special characters not properly quoted
How to fix 5.1.3
- Validate email address syntax before adding to your list
- Implement real-time format validation on signup forms
- Clean your database of malformed addresses using regex validation
- Remove the address from your list