mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #466] [Discussion] Custom domains also flagged as disposable #908
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#908
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jthvai on GitHub (May 31, 2023).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/466
Since, upon account registration, platforms are also checking MX records for email service providers that they
don't likethink are disposable (AnonAddy for example) and outright blocking those, creating a custom domain no longer works to avoid being marked as a "disposable email user".Is there a way to circumnavigate this without violating the DNS spec? (it is likely that pointing the MX record at a CNAME would be sufficient but that isn't compliant)
@jthvai commented on GitHub (May 31, 2023):
Could it be possible to point the MX record directly at the ip that
mail.anonaddy.meresolves to?@willbrowningme commented on GitHub (May 31, 2023):
Thanks, I am aware of this. Do you know which third-party service is doing it?
I know of https://quickemailverification.com/tools/disposable-email-address-detector that have singled out AnonAddy and incorrectly list even custom domain aliases as disposable. They do not however list Duck email, Firefox relay or Simple Login as disposable. I have contacted them multiple times but they have not responded.
Unfortunately it's not possible for an MX record to point directly to an IP address, it must be a hostname. It is not possible to point an MX record to a CNAME either.
Perhaps if more people contacted these services and asked them to correctly categorise the service as
not disposablethey may listen.