help-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for missing space in Date: header


From: Yngve Svendsen
Subject: Patch for missing space in Date: header
Date: Mon, 15 Jan 2001 16:36:09 +0100

In Gnats 3.113, file-pr sends out copies of PRs with a missing space after Date: in the mail headers, like "Date:Mon, 15 Jan 2001 12:53:47 +0100". This causes problems for many mail clients. The following patch against 3.113 fixes this:

*** file-pr-orig.c      Mon Jan 15 16:18:26 2001
--- file-pr.c   Mon Jan 15 16:19:07 2001
***************
*** 788,794 ****
        if (i == SUBJECT)
        continue;
        if (*header_value(i))
!       fprintf(msg, "%s%s", header_name(i), header_value(i));
      }
  #endif /* DONT_USE_RESENT */

--- 788,794 ----
        if (i == SUBJECT)
        continue;
        if (*header_value(i))
!       fprintf(msg, "%s %s", header_name(i), header_value(i));
      }
  #endif /* DONT_USE_RESENT */





Yngve Svendsen
IS Engineer
Clustra AS, Trondheim, Norway
address@hidden
Cell.: +47 913 915 02


reply via email to

[Prev in Thread] Current Thread [Next in Thread]