From: Baptiste Daroussin Date: Wed, 12 Apr 2023 09:06:56 +0000 (+0200) Subject: listcontrol: fix subscribtion confirmations X-Git-Tag: RELEASE_1_4_0b1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af7eb9d9ef7216e299fc7f4da32db67344770b7;p=thirdparty%2Fmlmmj.git listcontrol: fix subscribtion confirmations --- diff --git a/src/listcontrol.c b/src/listcontrol.c index a284f06d..93651a27 100644 --- a/src/listcontrol.c +++ b/src/listcontrol.c @@ -335,7 +335,7 @@ int listcontrol(strlist *fromemails, struct ml *ml, } log_oper(ml->fd, OPLOGFNAME, "mlmmj-sub: %s confirmed" " subscription to %s", tmpstr, subtypename); - exec_or_die(mlmmjsub, "-L", ml->dir, "-a", tmpstr, "-n", + exec_or_die(mlmmjsub, "-L", ml->dir, "-a", tmpstr, subtype, "-R", "-c", NULL); break;