]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
It's not -L 1 but -l 1 for sending single mails
authormmj <none@none>
Sat, 29 May 2004 13:40:37 +0000 (23:40 +1000)
committermmj <none@none>
Sat, 29 May 2004 13:40:37 +0000 (23:40 +1000)
src/send_help.c

index 0d7f19ec436a3d92e50e4f0f281835724c4d0170..34bc4bfde6b179ddb6a81f9954ae0a93bb497764 100644 (file)
@@ -102,7 +102,7 @@ void send_help(const char *listdir, const char *emailaddr,
        fclose(queuefile);
 
        execlp(mlmmjsend, mlmmjsend,
-                               "-L", "1",
+                               "-l", "1",
                                "-T", emailaddr,
                                "-F", fromaddr,
                                "-m", queuefilename, 0);