]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
mlmmj-process: fix typo
authorBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 8 Mar 2023 17:15:03 +0000 (18:15 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 8 Mar 2023 17:15:03 +0000 (18:15 +0100)
src/mlmmj-process.c

index fbaf68d19bdcca880c08cca400ee2045a3f3b7cf..880720a6ce63974d2b5fe400eb276dba61b0bced 100644 (file)
@@ -738,7 +738,7 @@ int main(int argc, char **argv)
 
        if(*efrom == '\0') { /* don't send mails with <> in From
                                             to the list */
-               xasprintf(&discardname, "%s/queue/discardrd/%s", ml.dir, randomstr);
+               xasprintf(&discardname, "%s/queue/discarded/%s", ml.dir, randomstr);
                errno = 0;
                log_error(LOG_ARGS, "Discarding %s due to missing envelope"
                                " from address", mailfile);