summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-08-11 11:37:23 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-08-11 11:37:23 +0100
commit67e271be5c35093a67cbc3c7f377169cc9ed2428 (patch)
treea05ddb9f3137b6e0e1e092ab0cd2a343f2c5c2ff /src
parentdb00be0b4ac6b2f6c658e6d6a402625760d75814 (diff)
downloadrspamd-67e271be5c35093a67cbc3c7f377169cc9ed2428.tar.gz
rspamd-67e271be5c35093a67cbc3c7f377169cc9ed2428.zip
[Minor] Restore the old behaviour
Diffstat (limited to 'src')
-rw-r--r--src/libserver/html/html_url.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}
}
}