]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
mlmmj-bounce: mlmmj-send -l 1 always exit success
authorBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 16 Feb 2023 14:17:53 +0000 (15:17 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 16 Feb 2023 14:17:53 +0000 (15:17 +0100)
src/mlmmj-bounce.c

index f9164ff91712dbf262f5109cc14796cbb2717021..fd223c4e78de1d32269370d8af70008ed80980a3 100644 (file)
@@ -117,8 +117,7 @@ void do_probe(struct ml *ml, const char *addr)
        mail.to = myaddr;
        mail.from = from;
        mail.fp = fopen(queuefilename, "r");
-       if (!send_single_mail(&mail, ml, false))
-               exit(EXIT_FAILURE);
+       send_single_mail(&mail, ml, false);
        unlink_bounce(ml, myaddr);
        fclose(mail.fp);
        exit(EXIT_SUCCESS);