From: Vsevolod Stakhov Date: Tue, 2 Sep 2014 14:24:39 +0000 (+0100) Subject: Process statfiles when scanning message. X-Git-Tag: 0.7.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c285a33c7898ac434fecb6b5fe811b3dac0906;p=thirdparty%2Frspamd.git Process statfiles when scanning message. --- 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);