summaryrefslogtreecommitdiffstats
path: root/src/rspamd_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspamd_proxy.c')
-rw-r--r--src/rspamd_proxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rspamd_proxy.c b/src/rspamd_proxy.c
index 99fec6cc5..dcf492a24 100644
--- a/src/rspamd_proxy.c
+++ b/src/rspamd_proxy.c
@@ -1139,6 +1139,7 @@ proxy_backend_master_finish_handler (struct rspamd_http_connection *conn,
reply = rspamd_fstring_new ();
rspamd_ucl_torspamc_output (bk_conn->results, &reply);
rspamd_http_message_set_body_from_fstring_steal (msg, reply);
+ msg->method = HTTP_SYMBOLS;
}
else {
msg_warn_session ("cannot parse results from the master backend, "