aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fuzzy_check.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-06-02 14:19:55 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-06-02 15:39:37 +0100
commita645c70082c32d2a60454b8bce30152b4760636b (patch)
tree39e5bfe8a13469a354f87ad01f6e7a008b9ef29d /src/plugins/fuzzy_check.c
parent029721955b19dd15209814bbe029d9ae749f4ebb (diff)
downloadrspamd-a645c70082c32d2a60454b8bce30152b4760636b.tar.gz
rspamd-a645c70082c32d2a60454b8bce30152b4760636b.zip
Rework task processing.
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r--src/plugins/fuzzy_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c
index 848d5d54b..c585df7a4 100644
--- a/src/plugins/fuzzy_check.c
+++ b/src/plugins/fuzzy_check.c
@@ -1227,7 +1227,7 @@ fuzzy_process_handler (struct rspamd_http_connection_entry *conn_ent,
saved = rspamd_mempool_alloc0 (task->task_pool, sizeof (gint));
err = rspamd_mempool_alloc0 (task->task_pool, sizeof (GError *));
- r = process_message (task);
+ r = rspamd_message_parse (task);
if (r == -1) {
msg_warn ("<%s>: cannot process message for fuzzy", task->message_id);
rspamd_task_free (task, FALSE);