From 14c285a33c7898ac434fecb6b5fe811b3dac0906 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 2 Sep 2014 15:24:39 +0100 Subject: [PATCH] Process statfiles when scanning message. --- src/controller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controller.c b/src/controller.c index e687ae2019..71e4afe7b3 100644 --- a/src/controller.c +++ b/src/controller.c @@ -880,6 +880,7 @@ rspamd_controller_check_fin_task (void *ud) struct rspamd_http_connection_entry *conn_ent; struct rspamd_http_message *msg; + process_statfiles (task); conn_ent = task->fin_arg; msg = rspamd_http_new_message (HTTP_RESPONSE); msg->date = time (NULL); -- 2.47.3