aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/task.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-04 16:31:48 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-04 16:31:48 +0100
commitcf9fb84f7efecbdc4c1410ec8c28119a0b3799e5 (patch)
tree22079b075b8a2872a6ea5ae1d331dd0fa796e9ba /src/libserver/task.h
parent8f2c82211defdac42bf913af79e576af73ea7da6 (diff)
downloadrspamd-cf9fb84f7efecbdc4c1410ec8c28119a0b3799e5.tar.gz
rspamd-cf9fb84f7efecbdc4c1410ec8c28119a0b3799e5.zip
[Minor] Use infromation about TLS in milter mode
Diffstat (limited to 'src/libserver/task.h')
-rw-r--r--src/libserver/task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/task.h b/src/libserver/task.h
index b6ff27990..e3c0492f6 100644
--- a/src/libserver/task.h
+++ b/src/libserver/task.h
@@ -112,6 +112,7 @@ enum rspamd_task_stage {
#define RSPAMD_TASK_FLAG_GREYLISTED (1 << 26)
#define RSPAMD_TASK_FLAG_OWN_POOL (1 << 27)
#define RSPAMD_TASK_FLAG_MILTER (1 << 28)
+#define RSPAMD_TASK_FLAG_SSL (1 << 29)
#define RSPAMD_TASK_IS_SKIPPED(task) (((task)->flags & RSPAMD_TASK_FLAG_SKIP))
#define RSPAMD_TASK_IS_JSON(task) (((task)->flags & RSPAMD_TASK_FLAG_JSON))