]> code.citadel.org Git - citadel.git/commitdiff
* Added a "MIME-Version:" header in a couple of places
authorArt Cancro <ajc@citadel.org>
Mon, 15 Aug 2005 16:36:46 +0000 (16:36 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 15 Aug 2005 16:36:46 +0000 (16:36 +0000)
citadel/ChangeLog
citadel/serv_listsub.c

index 2014bfc9a9022b738f2c20fbeafe54d6456bfce9..3005c93d15e091571fe6dbbe095c18f09af5b98d 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 654.16  2005/08/15 16:36:46  ajc
+* Added a "MIME-Version:" header in a couple of places
+
 Revision 654.15  2005/08/12 18:00:29  ajc
 * Bounds checking in CtdlDirectoryLookup()
 
@@ -7045,3 +7048,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 1e668ca48c9e16401efc3d484b7fcf9ba59f7434..8b21d379b7d0e020620971ead9bd9da3bd426282 100644 (file)
@@ -158,7 +158,7 @@ void do_subscribe(char *room, char *email, char *subtype, char *webpage) {
        urlesc(urlroom, qrbuf.QRname);
 
        snprintf(confirmation_request, sizeof confirmation_request,
-               "Content-type: text/html\n\n"
+               "Content-type: text/html\nMIME-Version: 1.0\n\n"
                "<HTML><BODY>"
                "Someone (probably you) has submitted a request to subscribe\n"
                "&lt;%s&gt; to the <B>%s</B> mailing list.<BR><BR>\n"
@@ -270,7 +270,7 @@ void do_unsubscribe(char *room, char *email, char *webpage) {
        urlesc(urlroom, qrbuf.QRname);
 
        snprintf(confirmation_request, sizeof confirmation_request,
-               "Content-type: text/html\n\n"
+               "Content-type: text/html\nMIME-Version: 1.0\n\n"
                "<HTML><BODY>"
                "Someone (probably you) has submitted a request "
                "to unsubscribe\n"