Ivan Yelizariev
5 years ago
No known key found for this signature in database
GPG Key ID: 93F14FB6A8B57057
1 changed files with
1 additions and
1 deletions
-
mail_fix_553/mail_fix_553.py
|
|
@ -160,7 +160,7 @@ class MailMail(osv.Model): |
|
|
|
context=context, |
|
|
|
) |
|
|
|
except AssertionError as error: |
|
|
|
if error.message == ir_mail_server.NO_VALID_RECIPIENT: |
|
|
|
if str(error) == ir_mail_server.NO_VALID_RECIPIENT: |
|
|
|
# No valid recipient found for this particular |
|
|
|
# mail item -> ignore error to avoid blocking |
|
|
|
# delivery to next recipients, if any. If this is |
|
|
|