From a89cf52149a0790378ae21440406e6ea52780b58 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 28 Apr 2020 15:38:47 +0100 Subject: [Fix] Disable text detection heuristics for encrypted parts Issue: #3349 --- src/libmime/content_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libmime/content_type.h') diff --git a/src/libmime/content_type.h b/src/libmime/content_type.h index 49bba4269..3991e6785 100644 --- a/src/libmime/content_type.h +++ b/src/libmime/content_type.h @@ -32,6 +32,7 @@ enum rspamd_content_type_flags { RSPAMD_CONTENT_TYPE_MESSAGE = 1 << 3, RSPAMD_CONTENT_TYPE_DSN = 1 << 4, RSPAMD_CONTENT_TYPE_MISSING = 1 << 5, + RSPAMD_CONTENT_TYPE_ENCRYPTED = 1 << 1, }; enum rspamd_content_param_flags { -- cgit v1.2.3