aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libmime/message.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libmime/message.c b/src/libmime/message.c
index 411b3bf03..a5faaf017 100644
--- a/src/libmime/message.c
+++ b/src/libmime/message.c
@@ -758,12 +758,11 @@ rspamd_message_process_text_part_maybe (struct rspamd_task *task,
found_txt = TRUE;
}
else {
- msg_info_task ("found mime part with incorrect content-type: %T/%T, "
+ msg_debug_task ("found mime part with incorrect content-type: %T/%T, "
"filename: %T",
&mime_part->ct->type,
&mime_part->ct->subtype,
&mime_part->cd->filename);
- mime_part->ct->flags |= RSPAMD_CONTENT_TYPE_BROKEN;
}
}
else {