[GH-ISSUE #1367] Can't release message in quarantine (python 2) #1084

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

Originally created by @tonioo on GitHub (Jan 26, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1367

AssertionError: address should be of type unicode
(3 additional frame(s) were not displayed)
...
  File "modoboa_amavis/lib.py", line 49, in wrapped_f
    return f(request, *args, **kwargs)
  File "modoboa_amavis/views.py", line 303, in release
    msgrcpt.rid.email, msgrcpt.mail.mail_id, "p"
  File "modoboa_amavis/sql_connector.py", line 207, in set_msgrcpt_status
    "address should be of type %s" % six.text_type.__name__

AssertionError: address should be of type unicode
Originally created by @tonioo on GitHub (Jan 26, 2018). Original GitHub issue: https://github.com/modoboa/modoboa/issues/1367 ``` AssertionError: address should be of type unicode (3 additional frame(s) were not displayed) ... File "modoboa_amavis/lib.py", line 49, in wrapped_f return f(request, *args, **kwargs) File "modoboa_amavis/views.py", line 303, in release msgrcpt.rid.email, msgrcpt.mail.mail_id, "p" File "modoboa_amavis/sql_connector.py", line 207, in set_msgrcpt_status "address should be of type %s" % six.text_type.__name__ AssertionError: address should be of type unicode ```
kerem closed this issue 2026-02-27 11:15:11 +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#1084
No description provided.