aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-24 11:38:28 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-24 11:39:22 +0100
commit5c632de8ac7e56e79fe1780b6271381e248d0829 (patch)
treeae2358b413b068502a3e4cd3b05170600ca38b3d /src/libserver
parente22b7d0bebd149ca1053b751bf5672319b24b5b2 (diff)
downloadrspamd-5c632de8ac7e56e79fe1780b6271381e248d0829.tar.gz
rspamd-5c632de8ac7e56e79fe1780b6271381e248d0829.zip
[Minor] Further corrections of the headers position
Diffstat (limited to 'src/libserver')
-rw-r--r--src/libserver/milter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/milter.c b/src/libserver/milter.c
index 597676e33..4f6d05d6a 100644
--- a/src/libserver/milter.c
+++ b/src/libserver/milter.c
@@ -1836,7 +1836,7 @@ rspamd_milter_send_task_results (struct rspamd_milter_session *session,
hvalue = g_string_new (ucl_object_tostring (elt));
rspamd_milter_send_action (session, RSPAMD_MILTER_INSHEADER,
- 2, hname, hvalue);
+ 1, hname, hvalue);
g_string_free (hname, TRUE);
g_string_free (hvalue, TRUE);
}