tag 650268 +patch
thanks

This probably should go into stable as well, I guess.

Description: Add semicolon before date in received: header
Author: Miquel van Smoorenburg <miqu...@cistron.nl>
Last-Update: 2011-11-28

--- a/mail.c    2011-11-28 12:27:29.000000000 +0100
+++ b/mail.c    2011-11-28 13:02:11.077291647 +0100
@@ -174,7 +174,7 @@
        error = fprintf(bounceq.mailf,
                "Received: from MAILER-DAEMON\n"
                "\tid %s\n"
-               "\tby %s (%s)\n"
+               "\tby %s (%s);\n"
                "\t%s\n"
                "X-Original-To: <%s>\n"
                "From: MAILER-DAEMON <>\n"
@@ -452,7 +452,7 @@
                "Received: from %s (uid %d)\n"
                "\t(envelope-from %s)\n"
                "\tid %s\n"
-               "\tby %s (%s)\n"
+               "\tby %s (%s);\n"
                "\t%s\n",
                username, getuid(),
                queue->sender,



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to