* Cosmetic change to Received: line
authorArt Cancro <ajc@citadel.org>
Fri, 1 Mar 2002 04:24:20 +0000 (04:24 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 1 Mar 2002 04:24:20 +0000 (04:24 +0000)
citadel/ChangeLog
citadel/serv_smtp.c

index 40d92d97d6cf76fd20d7d934bbfd41b4a80e6512..69d3f25ca999277d7d7391b85c97aa2dc7f138f3 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 590.119  2002/03/01 04:24:20  ajc
+ * Cosmetic change to Received: line
+
  Revision 590.118  2002/03/01 04:16:22  ajc
  * CtdlReadMessageBody() -- fixed bug that caused the prepend buffer to be
    discarded instead of prepended.  "Received:" lines now work.
@@ -3361,4 +3364,3 @@ 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 309c512a33ff20016165ddd954d8618bf4ff9577..ebbcd2b846df8c94d5e9ccae34208a884c6a9820 100644 (file)
@@ -478,8 +478,7 @@ void smtp_data(void) {
         */
        if (body != NULL) snprintf(body, 4096,
                "Received: from %s (%s)\n"
-               "       by %s;\n"
-               "       %s\n",
+               "       by %s; %s\n",
                        SMTP->helo_node,
                        CC->cs_host,
                        config.c_fqdn,