diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-02 15:24:39 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-02 15:24:39 +0100 |
commit | 14c285a33c7898ac434fecb6b5fe811b3dac0906 (patch) | |
tree | 8ad114b44950d0b923c1426bd6178d0ae7455b59 /src | |
parent | b76c94aca2a5df9ae6b5ef8c459411e37f749cbe (diff) | |
download | rspamd-14c285a33c7898ac434fecb6b5fe811b3dac0906.tar.gz rspamd-14c285a33c7898ac434fecb6b5fe811b3dac0906.zip |
Process statfiles when scanning message.
Diffstat (limited to 'src')
-rw-r--r-- | src/controller.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controller.c b/src/controller.c index e687ae201..71e4afe7b 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); |