Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain with MX record localhost marked as possible to accept emails #1469

Open
UstyuzhaninAV opened this issue May 20, 2024 · 0 comments
Open

Comments

@UstyuzhaninAV
Copy link

Email to check

[email protected]

From where did you run check-if-email-exists?

self hosted backend api

Version of check-if-email-exists (if running it yourself)

lastone

What happened?

Look please one issue, domain for example [email protected] has MX record localhost
and all emails must be mark as invalid
but it's mark as unknown and "accepts_mail": true with is wrong.

Relevant log output

"input": "[email protected]",
  "is_reachable": "unknown",
  "misc": {
    "is_disposable": false,
    "is_role_account": false,
    "gravatar_url": null,
    "haveibeenpwned": null
  },
  "mx": {
    "accepts_mail": true,
    "records": [
      "localhost."
    ]
  },
  "smtp": {
    "error": {
      "type": "SmtpError",
      "message": "io: Address not available (os error 99)"
    }
  },
  "syntax": {
    "address": "[email protected]",
    "domain": "we.de",
    "is_valid_syntax": true,
    "username": "gaasd",
    "normalized_email": "[email protected]",
    "suggestion": null
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant