diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-07 16:32:14 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-09 10:46:11 +0000 |
commit | 5cb7a60c653914d09fd7a83bf4838a97b0d664d5 (patch) | |
tree | e254a7c5f39105b262852352f362cc8cedf059a9 /src/libmime/message.c | |
parent | 50a043a7cbce8142d81b7887d263a9573ff568eb (diff) | |
download | rspamd-5cb7a60c653914d09fd7a83bf4838a97b0d664d5.tar.gz rspamd-5cb7a60c653914d09fd7a83bf4838a97b0d664d5.zip |
[Rework] Urls: adopt html related stuff
Diffstat (limited to 'src/libmime/message.c')
-rw-r--r-- | src/libmime/message.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libmime/message.c b/src/libmime/message.c index 40b7fe8bc..c45550e6d 100644 --- a/src/libmime/message.c +++ b/src/libmime/message.c @@ -758,8 +758,7 @@ rspamd_message_process_html_text_part (struct rspamd_task *task, text_part->html, text_part->utf_raw_content, &text_part->exceptions, - MESSAGE_FIELD (task, urls), - MESSAGE_FIELD (task, emails)); + MESSAGE_FIELD (task, urls)); if (text_part->utf_content->len == 0) { text_part->flags |= RSPAMD_MIME_TEXT_PART_FLAG_EMPTY; |