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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e271be5c35093a67cbc3c7f377169cc9ed2428;p=thirdparty%2Frspamd.git [Minor] Restore the old behaviour --- diff --git a/src/libserver/html/html_url.cxx b/src/libserver/html/html_url.cxx index ee9917b91a..d073a25d99 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; } } }