]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Add newline after From
authormmj <none@none>
Wed, 17 Nov 2004 13:03:15 +0000 (00:03 +1100)
committermmj <none@none>
Wed, 17 Nov 2004 13:03:15 +0000 (00:03 +1100)
src/send_digest.c

index b7ba378b953fd1009be115a54360a861cc20f852..847d052d340ea603ff3738b13b57fe767b7cd18c 100644 (file)
@@ -90,8 +90,8 @@ int send_digest(const char *listdir, int firstindex, int lastindex,
                snprintf(buf, sizeof(buf), " (%d-%d)", firstindex, lastindex);
        }
 
-       fromstr = concatstr(4, "From: ", listname, "+help@", listfqdn);
-       tmp = concatstr(6, "\nMIME-Version: 1.0"
+       fromstr = concatstr(5, "From: ", listname, "+help@", listfqdn, "\n");
+       tmp = concatstr(6, "MIME-Version: 1.0"
                            "\nContent-Type: multipart/" DIGESTMIMETYPE "; "
                            "boundary=", boundary,
                            "\nSubject: Digest of ", listname, buf, "\n\n");