diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-16 17:19:03 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-16 17:19:03 +0100 |
commit | 420c7091bb675b13b684b430e2bb86c053b876a2 (patch) | |
tree | 5915404ca85d33b56b20efa64ea4041839891d1d /src/libserver/html.h | |
parent | 7665629b68f09550dbda76654f7ef2d8eb39721a (diff) | |
download | rspamd-420c7091bb675b13b684b430e2bb86c053b876a2.tar.gz rspamd-420c7091bb675b13b684b430e2bb86c053b876a2.zip |
Exclude HTML urls content from texts
Diffstat (limited to 'src/libserver/html.h')
-rw-r--r-- | src/libserver/html.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libserver/html.h b/src/libserver/html.h index 83c58c9f1..1a98a3e9a 100644 --- a/src/libserver/html.h +++ b/src/libserver/html.h @@ -57,4 +57,8 @@ GByteArray* rspamd_html_process_part (rspamd_mempool_t *pool, struct html_content *hc, GByteArray *in); +GByteArray* rspamd_html_process_part_full (rspamd_mempool_t *pool, + struct html_content *hc, + GByteArray *in, GList **exceptions, GHashTable *urls); + #endif |