mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #991] check_mx dies on non-existing domains #841
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#841
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 @tuxis-ie on GitHub (Dec 20, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/991
There is a check_mx-script, which is run periodically to check everything. But it dies on non-existing domains.
I think the issue is in
modoboa/admin/management/commands/subcommands/_mx.pybut I can't seem to fix this very fast.@tuxis-ie commented on GitHub (Dec 20, 2016):
Oh, the NXDOMAIN is correct (since the domain does not exist), but it should ignore non-existing domains instead of dying on them.
@tonioo commented on GitHub (Jan 4, 2017):
@tuxis-ie It looks like you're not using the latest version because this bug has already been fixed. Have you tried with 1.6.2 ?
@tuxis-ie commented on GitHub (Jan 5, 2017):
Not yet, will upgrade soon! Sorry.