]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
listcontrol: fix subscribtion confirmations
authorBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 12 Apr 2023 09:06:56 +0000 (11:06 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 12 Apr 2023 09:06:56 +0000 (11:06 +0200)
src/listcontrol.c

index a284f06d28f0010f150bc6865d6e063db9a9baa4..93651a27f77864444dc3c934997b6cd15787cb18 100644 (file)
@@ -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;