Overview
This article describes different types of message bounces and how Cordial handles invalid contacts.
What is a bounce?
- When an email message cannot be delivered to an address, a response is sent back from the receiving server. Based on an evaluation of the response, the bounce is considered either a hard or soft bounce.
What is a hard bounce?
- When the response from the receiving server indicates that the address is invalid (examples: user unknown, no such user here, invalid recipient, etc.), the bounce is classified as a hard bounce.
What is a soft bounce?
- When the response from the receiving server indicates that the address is valid (examples: mail box full, temporary fail, spam block) the bounce is classified as a soft bounce.
When is a contact's email address marked as invalid?
- After the first hard bounce.
- After six or more consecutive soft bounces have occurred across a timeframe of at least 21 days.
Multiple soft bounces received within a 24-hour period only increases the total count by one.
If less than 21 days (three weeks) have passed during a string of consecutive soft bounces, the contact is not marked as invalid. Once the pattern has occurred for more than three weeks (at least six times in a row without a successful send), the address will be deemed undeliverable and marked as invalid.
How does Cordial handle email addresses marked as invalid?
- Any address marked as invalid are automatically suppressed from promotional messages.
- Cordial allows for invalid contacts to receive transactional messages. Invalid contacts can be filtered out of transactional messages by using an exclude audience rule in the message. (In the Audience Builder: Exclude > Valid status > Invalid.)
- Addresses marked as invalid are NOT included in the audience count total when building an audience for an email message.
- For transactional messages: addresses marked as invalid are included in the audience count total.
- For promotional messages: addresses marked as invalid are not included in the audience count total.
Am I able to identify and correct issues with an email address that has been marked as invalid?
- While it is possible to update a subscriber from invalid to valid status using the API call PUT<path>/contacts that's described below, it is also necessary, if the contact was invalidated due to a hard bounce, to contact Cordial support and request that the contact be removed from any MTA suppression lists.
- You can overwrite the invalid setting by making a PUT call for the contact record via the REST API. This should only be done when the email address was marked as invalid due to a typo (examples: user unknown, no such user here, invalid recipient, etc.) and the email address is also corrected during the PUT.
Comments
0 comments
Article is closed for comments.