[PR #923] [MERGED] improve mx search #2058

Closed
opened 2026-02-27 11:20:43 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: improve_mx


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/923 **Author:** [@gawel](https://github.com/gawel) **Created:** 9/19/2016 **Status:** ✅ Merged **Merged:** 9/29/2016 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `improve_mx` --- ### 📝 Commits (5) - [`c44800a`](https://github.com/modoboa/modoboa/commit/c44800a045b661b0f98652ba1567c40b232d1adc) improve mx search - [`9d4d515`](https://github.com/modoboa/modoboa/commit/9d4d515bfb4eaa151a44f898572284183f146f77) update post_save hook - [`e0f2f34`](https://github.com/modoboa/modoboa/commit/e0f2f345232734c699cb19a9f86708e74b7ddafe) take care of creation date while showing DNS status - [`0d83741`](https://github.com/modoboa/modoboa/commit/0d83741a3d868f97b59a6b234a8906520bccf05f) typo - [`2e1515f`](https://github.com/modoboa/modoboa/commit/2e1515f855476e42efdbb0f67ff98bd9d5372b1c) remove bool even if I like it ### 📊 Changes **6 files changed** (+68 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 ? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:20:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2058
No description provided.