From 01cf60d4be607a98bb989580105e8c8ce7959d2f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 13 Apr 2023 11:40:53 +0200 Subject: [PATCH] listcontrol: fix release a moderated file --- src/listcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/listcontrol.c b/src/listcontrol.c index aac45ae2..7792dbf6 100644 --- a/src/listcontrol.c +++ b/src/listcontrol.c @@ -487,7 +487,7 @@ int listcontrol(strlist *fromemails, struct ml *ml, log_oper(ml->fd, OPLOGFNAME, "%s released %s", tll_front(*fromemails), param); - xasprintf(&tosend, "%s/sendfilename", ml->dir); + xasprintf(&tosend, "%s/%s", ml->dir, sendfilename); if (omit != NULL) exec_or_die(mlmmjsend, "-L", ml->dir, "-o", omit, "-m", tosend, NULL); -- 2.47.2