mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #923] [MERGED] improve mx search #2058
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#2058
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?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/923
Author: @gawel
Created: 9/19/2016
Status: ✅ Merged
Merged: 9/29/2016
Merged by: @tonioo
Base:
master← Head:improve_mx📝 Commits (5)
c44800aimprove mx search9d4d515update post_save hooke0f2f34take care of creation date while showing DNS status0d83741typo2e1515fremove bool even if I like it📊 Changes
6 files changed (+68 additions, -27 deletions)
View changed files
📝
modoboa/admin/handlers.py(+2 -2)📝
modoboa/admin/management/commands/subcommands/_mx.py(+31 -13)📝
modoboa/admin/models/domain.py(+15 -2)📝
modoboa/admin/templates/admin/domain_detail.html(+9 -5)📝
modoboa/admin/templates/admin/domains_table.html(+9 -5)📝
modoboa/admin/tests/test_mx.py(+2 -0)📄 Description
We also need to run
management.call_command("modo", "check_mx", "--skip-admin-emails", "--domain=%s" % domain.id)when a domain is added. Any favourite way to do that ?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.