diff options
Diffstat (limited to 'src/libserver/protocol.c')
-rw-r--r-- | src/libserver/protocol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c index ff28ba5f5..6b76a401f 100644 --- a/src/libserver/protocol.c +++ b/src/libserver/protocol.c @@ -276,6 +276,8 @@ rspamd_protocol_handle_url (struct rspamd_task *task, task->msg.len = res->len; } + task->flags |= RSPAMD_TASK_FLAG_FILE; + g_hash_table_unref (query_args); } |