From a8eee4110fe52e132411e4d171e3e08d22fb0079 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 1 Apr 2025 13:27:26 +0800 Subject: Basic debugging LMTP handler --- config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.go') diff --git a/config.go b/config.go index 97e2588..7870a63 100644 --- a/config.go +++ b/config.go @@ -32,7 +32,8 @@ var config struct { Execs string `scfg:"execs"` } `scfg:"hooks"` LMTP struct { - Socket string `scfg:"socket"` + Socket string `scfg:"socket"` + MaxSize int64 `scfg:"max_size"` } `scfg:"lmtp"` Git struct { RepoDir string `scfg:"repo_dir"` -- cgit v1.2.3