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

incorrect processing of gmx.de server response #1464

Open
UstyuzhaninAV opened this issue Apr 30, 2024 · 1 comment
Open

incorrect processing of gmx.de server response #1464

UstyuzhaninAV opened this issue Apr 30, 2024 · 1 comment

Comments

@UstyuzhaninAV
Copy link

Email to check

[email protected]

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

selfhosted serevers

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

latest docker version

What happened?

There is a problem in gmx.de server response processing, for boxes with quota exceeded the response is marked as error with unknown status.
It should respond that the mailbox is full and the status is risky.

Like that

"has_full_inbox": true
"is_reachable": "risky"

Relevant log output

"mx": {
    "accepts_mail": true,
    "records": [
      "mx00.emig.gmx.net.",
      "mx01.emig.gmx.net."
    ]
  },
  "smtp": {
    "error": {
      "type": "SmtpError",
      "message": "permanent: Requested mail action aborted: exceeded storage allocation"
    }
  }
@UstyuzhaninAV
Copy link
Author

#1465

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