]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-1.1.11-20020602
authorWietse Venema <wietse@porcupine.org>
Sun, 2 Jun 2002 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:28:01 +0000 (06:28 +0000)
postfix/HISTORY
postfix/src/global/deliver_pass.c
postfix/src/global/mail_version.h

index a73451d68564eef910255d45c06a485bebc27cec..4a33442ff8ed26ae2437a328ec51a844037769ed 100644 (file)
@@ -6585,6 +6585,13 @@ Apologies for any names omitted.
        after the MIME output conversion. Problem found by Mark
        Martinec.  File: smtp/smtp_proto.c.
 
+20020601
+
+       Bugfix: the deliver_pass() routine needed updating for the
+       extra MIME encoding attribute that was introduced 20020510.
+       Patch by Sebastian Schaffert @ wastl.net.  File:
+       global/deliver_pass.c.
+
 Open problems:
 
        Medium: old maildrop files are no longer readable by the
index f428d551ebf99776e30065d0d1cc758640bfeec5..d2492292f140306866b0e4e8b88f8728b8cf0160 100644 (file)
@@ -100,6 +100,7 @@ static int deliver_pass_send_request(VSTREAM *stream, DELIVER_REQUEST *request,
               ATTR_TYPE_LONG, MAIL_ATTR_OFFSET, request->data_offset,
               ATTR_TYPE_LONG, MAIL_ATTR_SIZE, request->data_size,
               ATTR_TYPE_STR, MAIL_ATTR_NEXTHOP, nexthop,
+              ATTR_TYPE_STR, MAIL_ATTR_ENCODING, request->encoding,
               ATTR_TYPE_STR, MAIL_ATTR_SENDER, request->sender,
               ATTR_TYPE_STR, MAIL_ATTR_ERRTO, request->errors_to,
               ATTR_TYPE_STR, MAIL_ATTR_RRCPT, request->return_receipt,
index abc06f07730757ef5749e399ab187e204364ddc1..6334f389f9e17d6238b137d101a9276ffdb90bc3 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change the patchlevel and the release date. Snapshots change the
   * release date only, unless they include the same bugfix as a patch release.
   */
-#define MAIL_RELEASE_DATE      "20020601"
+#define MAIL_RELEASE_DATE      "20020602"
 
 #define VAR_MAIL_VERSION       "mail_version"
 #define DEF_MAIL_VERSION       "1.1.11-" MAIL_RELEASE_DATE