]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.4-20070117
authorWietse Venema <wietse@porcupine.org>
Wed, 17 Jan 2007 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:32:48 +0000 (06:32 +0000)
postfix/src/cleanup/cleanup_body_region.c
postfix/src/global/mail_version.h

index 7ad47b05c2aa9bd2a95912b6bfac1332f4305637..5c04d89f9c654b044db2757ebce8f96eab0fd50e 100644 (file)
@@ -171,7 +171,7 @@ int     cleanup_body_region_write(CLEANUP_STATE *state, int rec_type,
      * terminator record.
      */
     REC_SPACE_NEED(LEN(buf), rec_len);
-    if (rp->len > 0 && (used = state->body_write_offs - rp->start,
+    while (rp->len > 0 && (used = state->body_write_offs - rp->start,
                        rec_len + REC_TYPE_PTR_SIZE > rp->len - used)) {
 
        /*
index 4dac78e6c30a8dc2aed6da7196cb74f1e0f8da3c..acd961db038be9cc445e4638863d9e8ae93ae43a 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20070116"
+#define MAIL_RELEASE_DATE      "20070117"
 #define MAIL_VERSION_NUMBER    "2.4"
 
 #ifdef SNAPSHOT