Email bounce management
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Notifications
Help prevent sending emails to addresses that are known to generate bounces by monitoring and filtering them out while sending emails.
Email bounce
An email bounce signifies the non-delivery of your email message according to RFC3464. When an email gets bounced, the sender receives a delivery status email with the reason for the bounce and the associated status code. For more information about these status codes, see Status codes.
An email address is blocked after it reaches a certain threshold of bounced emails. The default count for blocking the bounced email addresses is 10.
To view the bounce email addresses, navigate to .
Status code
status-code = class "." subject "." detail
class = "2"/"4"/"5"
subject = 1*3digit
detail = 1*3digitThe first subcode indicates whether the delivery attempt was successful. The second subcode indicates the probable source of any delivery anomalies. The third subcode indicates a precise error condition.
Example: Status codes
| Code | Summary | Description |
|---|---|---|
| 5.1.1 | Bad destination mailbox address | The mailbox specified in the address doesn't exist. For email names, this means the address portion to the left of the "@" sign is invalid. |
The default status codes that are used for blocking bounced email addresses are 5.0.*, 5.1.* and 5.7.*, where the asterisks (*) could be any number in the series according to the status code specification.
E
To view the blocked status codes go to .
Related Content
- Configure bounce email address status
Configure a bounced email address status according to type, class, subject, and details.
- Check the status of bounced email addresses
Choose the email address record that you want to modify, and update the state field as needed.