Enhanced Status Code 4.7.32: Rate Limited - From Header Not Aligned
Enhanced Status Code 4.7.32 means “Rate Limited - From Header Not Aligned.” The temporary form of an alignment failure. Google is throttling rather than blocking, which makes this the warning that arrives before 5.7.32 starts rejecting.
421 4.7.32 Email rate limited. The From header is not aligned with SPF or DKIM
What does 4.7.32 mean?
Google returns 4.7.32 with a 421 reply when it rate limits mail whose From header is not aligned with the domain that passed SPF or DKIM. It is the deferral form of 5.7.32 and carries exactly the same diagnosis: authentication succeeded for some domain, but not for the one your recipient sees.
The reason to document it separately is that it behaves differently in your monitoring. A rejection appears in bounce reports and gets investigated. A deferral retries, eventually delivers, and shows up as nothing worse than a slow queue. Senders routinely run for weeks in this state without noticing, then treat the eventual switch to 5.7.32 as a sudden new problem when it was signalled all along.
Alignment is fixed at the sending platform, not in DNS alone. You need a custom return-path on a subdomain you control so that SPF authenticates your domain rather than the platform bounce domain, and you need DKIM signing with your own domain and selector rather than the platform's shared key. Both are usually available and neither is usually on by default.
How 4.7.32 plays out
4.7.32 replyWhere 4.7.32 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 |
| 4.7.32 is | ✓ this code |
What each provider means by 4.7.32
A registered code does not oblige a provider to use it that way, and the large ones diverge. Match the wording in your own bounce, not the definition above.
Common causes of 4.7.32
- The sending platform signs DKIM with its own domain instead of yours
- The envelope sender is the platform bounce domain, so SPF aligns to that
- No custom return-path has been configured for the sending domain
- DMARC is set to strict alignment while you sign with a subdomain
- One of several sending platforms is aligned and another is not
- A relay rewrites the envelope sender without signing on your behalf
How to fix 4.7.32
- Configure a custom return-path on a subdomain you control so SPF aligns
- Enable DKIM signing with your own domain and selector, not the platform default
- Compare the spf and dkim domains in Authentication-Results against your From domain
- Check DMARC aggregate reports, which report alignment separately from pass and fail
- Treat throughput, not bounce rate, as the symptom while this is a deferral
- Check aspf and adkim in your DMARC record if you sign with a subdomain