mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #1699] Error on check_mx using verbose output #1338
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#1338
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 @y0va on GitHub (Mar 12, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1699
Impacted versions
Steps to reproduce
Execute
check_mxwith verbosity levels:python manage.py modo -v 3 check_mxCurrent behavior
python manage.py modo check_mxRuns without error.
Expected behavior
I see what happens when running
python manage.py modo -v 3 mx_check.@cremesk commented on GitHub (Mar 12, 2019):
Some here.
Is a know Issue: 1664
@y0va commented on GitHub (Mar 12, 2019):
No. As I wrote
python manage.py modo check_mxcompletes without error on my system. It only fails if I pass the-v {1,2,3}switch.@cremesk commented on GitHub (Mar 12, 2019):
Okay thanks, good to know.
@gianks commented on GitHub (Oct 23, 2019):
Using --traceback causes the same problem here with modoboa 1.14.0
@tonioo commented on GitHub (Mar 4, 2020):
I think it's a python2 compat issue. It should be fixed now support has been dropped for this version.