aboutsummaryrefslogtreecommitdiffstats
path: root/src/smtp_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/smtp_proxy.c')
-rw-r--r--src/smtp_proxy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smtp_proxy.c b/src/smtp_proxy.c
index 0698802a2..1a1e628b8 100644
--- a/src/smtp_proxy.c
+++ b/src/smtp_proxy.c
@@ -47,7 +47,8 @@ worker_t smtp_proxy_worker = {
FALSE, /* Non unique */
FALSE, /* Non threaded */
TRUE, /* Killable */
- SOCK_STREAM /* TCP socket */
+ SOCK_STREAM, /* TCP socket */
+ RSPAMD_WORKER_VER /* Version info */
};
struct smtp_proxy_ctx {