What this code means
The receiving system recognized the destination as a mailing list but could not expand it to recipients during this attempt. The code belongs to the temporary class, so delivery may be retried in a controlled way.
Technical meaning
The X.2.4 pattern means that the destination mailbox is a mailing-list address that could not be expanded. The standards description allows this detail to represent either a permanent failure or a persistent transient failure; in the concrete 4.2.4 code, the leading digit selects the transient class.
Delivery status
The leading digit 4 denotes a persistent transient failure: the current delivery attempt failed, but the condition may clear. The code alone neither identifies the cause of the expansion problem nor establishes that the list address is permanently invalid.
- Class
- Temporary failure
- Retry
- Controlled retry
- Suppression
- Check the full context
Retry decision
Retry with backoff, jitter, idempotency, and an attempt limit. Stop after success, a permanent result, or exhaustion of the time or attempt limit; refer repeated 4.2.4 results to the list administrator for investigation.
Suppression decision
Do not add the list address to a suppression list based on code 4.2.4 alone. Inspect the full response and the history of bounded retries; suppress only after an independent permanent signal or the applicable policy justifies it.
Common causes
- A temporary condition in the system handling the mailing list prevented the list address from being expanded to recipients during this attempt.
Diagnostic steps
- Inspect the raw SMTP response or delivery report and confirm that the enhanced code is exactly 4.2.4 and that the basic reply is in the 4xx class.
- Correlate the response with the intended message, attempt time, and destination address; confirm that the destination was meant to be a mailing list rather than an individual mailbox.
- Ask the recipient or list administrator to inspect the same attempt and determine whether the list can now be expanded; do not infer a specific cause from the code alone.
- Compare the results of bounded retries and stop them after success, a permanent rejection, or the configured limit is reached.
Actions by owner
Sender
- Confirm that the list address used is the intended destination for the message; change it only when a reliable correction is available.
- Do not resend manually without a limit. If controlled retries do not succeed, give the recipient or list contact the code, attempt time, and message context.
Recipient
- Confirm to the sender whether the specified list address is the correct destination for this message.
- If the problem repeats, give the list administrator code 4.2.4 and the failed-attempt time so the expansion can be investigated.
Recipient administrator
- Inspect the list-expansion mechanism's logs and state for the specified address and attempt time, then correct the condition blocking expansion.
- Verify the result after remediation; if the condition is permanent, return a permanent result instead of sustaining temporary retries.
Sources and verification
The X.2.4 meaning and concrete class assignment were verified against the IANA registry and RFC 2034, RFC 3463, and RFC 5248 as of July 17, 2026. Operational guidance for retry, suppression, diagnostics, and owner actions is kept separate from standards and provider facts; no accepted Tier-1 provider example exists for this code.
- iana-smtp-enhanced-status-codesT0 source
Enumerated Status Codes / X.2.4
- rfc5248T0 source
Section 2.1: registry fields and non-exclusive Associated Basic Status Code
- rfc2034T0 source
Section 4: enhanced status class agrees with SMTP reply class
- rfc3463T0 source
IANA registry reference for X.2.4
Last verified:

