diff options
Diffstat (limited to 'src/libserver/html.c')
-rw-r--r-- | src/libserver/html.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libserver/html.c b/src/libserver/html.c index 70b66ccc0..cdcaf4ebb 100644 --- a/src/libserver/html.c +++ b/src/libserver/html.c @@ -2384,6 +2384,9 @@ rspamd_html_check_displayed_url (rspamd_mempool_t *pool, dest->len - href_offset, &url_found, &displayed_url); + if (url_found) { + url->flags |= RSPAMD_URL_FLAG_DISPLAY_URL; + } if (exceptions && url_found) { ex = rspamd_mempool_alloc (pool, sizeof (*ex)); |