aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/milter_internal.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-05-05 18:01:54 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-05-05 18:02:07 +0100
commit1a68045b8c27c13e0e520da3b3d2384184119fa0 (patch)
tree84c7e8f0776e28bb8c0e83c623155686fd6ee294 /src/libserver/milter_internal.h
parent1e7ee6e92ad12cf9d637f4e3dfafe00a66907d7d (diff)
downloadrspamd-1a68045b8c27c13e0e520da3b3d2384184119fa0.tar.gz
rspamd-1a68045b8c27c13e0e520da3b3d2384184119fa0.zip
[Minor] Various fixes to the milter protocol
Diffstat (limited to 'src/libserver/milter_internal.h')
-rw-r--r--src/libserver/milter_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/milter_internal.h b/src/libserver/milter_internal.h
index f40f007ef..4c01b8624 100644
--- a/src/libserver/milter_internal.h
+++ b/src/libserver/milter_internal.h
@@ -32,6 +32,7 @@ enum rspamd_milter_state {
struct rspamd_milter_parser {
rspamd_fstring_t *buf;
goffset pos;
+ goffset cmd_start;
gsize datalen;
enum rspamd_milter_state state;
gchar cur_cmd;