Required for accessing rspamd_html_features->tags_count field
when checking HTML fuzzy hash thresholds.
#include "libmime/images.h"
#include "libserver/worker_util.h"
#include "libserver/mempool_vars_internal.h"
+#include "libserver/html/html_features.h"
#include "fuzzy_wire.h"
#include "utlist.h"
#include "ottery.h"
gboolean skip_unknown;
gboolean no_share;
gboolean no_subject;
- gboolean html_shingles; /* Enable HTML fuzzy hashing */
+ gboolean html_shingles; /* Enable HTML fuzzy hashing */
unsigned int min_html_tags; /* Minimum tags for HTML hash */
int learn_condition_cb;
uint32_t retransmits;