diff --git a/app/email_utils.py b/app/email_utils.py index 44f04543..46807fea 100644 --- a/app/email_utils.py +++ b/app/email_utils.py @@ -810,6 +810,7 @@ def replace(msg: Message, old, new) -> Message: or content_type == "multipart/signed" or content_type.startswith("application/") or content_type == "text/calendar" + or content_type == "text/directory" ): LOG.d("not applicable for %s", content_type) return msg