I am following the instructions on https://developers.cloudflare.com/email-routing/email-workers/reply-email-workers/ to set up reply emails.
It functions correctly when the sender sends an email to the top-level domain. However, I encounter an error saying Error: mail from is not from the correct domain if the email is sent to a subdomain.
I have ensured that the MX and TXT records are configured for both the top-level domain and the subdomain.
Is email reply not supported for subdomains yet?