From: Vsevolod Stakhov Date: Wed, 11 Aug 2021 10:37:23 +0000 (+0100) Subject: [Minor] Restore the old behaviour X-Git-Tag: 3.0~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=67e271be5c35093a67cbc3c7f377169cc9ed2428;p=rspamd.git [Minor] Restore the old behaviour --- diff --git a/src/libserver/html/html_url.cxx b/src/libserver/html/html_url.cxx index ee9917b91..d073a25d9 100644 --- a/src/libserver/html/html_url.cxx +++ b/src/libserver/html/html_url.cxx @@ -181,7 +181,7 @@ html_url_is_phished(rspamd_mempool_t *pool, if (!rspamd_url_is_subdomain(disp_tok, href_tok)) { href_url->flags |= RSPAMD_URL_FLAG_PHISHED; href_url->linked_url = text_url; - text_url->flags |= RSPAMD_URL_FLAG_HTML_DISPLAYED|RSPAMD_URL_FLAG_PHISHED; + text_url->flags |= RSPAMD_URL_FLAG_HTML_DISPLAYED; } } }