]> git.sev.monster Git - aports.git/blobdiff - testing/exim-openldap/bounce-charset.patch
testing/exim-openldap: upgrade to 4.97.1
[aports.git] / testing / exim-openldap / bounce-charset.patch
index 5143328c288bea5e4ec74cde4ba5d5deb2e6a290..5ddc8416df1cc5a73f3fb5a3a41187c602f55769 100644 (file)
@@ -1,6 +1,24 @@
 --- a/src/deliver.c
 +++ b/src/deliver.c
-@@ -7373,7 +7373,7 @@
+@@ -5696,7 +5696,7 @@
+   /* output human readable part as text/plain section */
+   fprintf(fp, "--%s\n"
+-      "Content-type: text/plain; charset=us-ascii\n\n",
++      "Content-type: text/plain; charset=utf-8\n\n",
+     bound);
+   if ((emf_text = next_emf(emf, US"intro")))
+@@ -6066,7 +6066,7 @@
+ /* output human readable part as text/plain section */
+ fprintf(f, "--%s\n"
+-    "Content-type: text/plain; charset=us-ascii\n\n",
++    "Content-type: text/plain; charset=utf-8\n\n",
+   bound);
+ if ((wmf_text = next_emf(wmf, US"intro")))
+@@ -6281,7 +6281,7 @@
        "MIME-Version: 1.0\n\n"
  
        "--%s\n"
@@ -9,21 +27,3 @@
  
        "This message was created automatically by mail delivery software.\n"
        " ----- The following addresses had successful delivery notifications -----\n",
-@@ -7644,7 +7644,7 @@
-       /* output human readable part as text/plain section */
-       fprintf(fp, "--%s\n"
--        "Content-type: text/plain; charset=us-ascii\n\n",
-+        "Content-type: text/plain; charset=utf-8\n\n",
-       bound);
-       if ((emf_text = next_emf(emf, US"intro")))
-@@ -8252,7 +8252,7 @@
-         /* output human readable part as text/plain section */
-         fprintf(f, "--%s\n"
--          "Content-type: text/plain; charset=us-ascii\n\n",
-+          "Content-type: text/plain; charset=utf-8\n\n",
-         bound);
-         if ((wmf_text = next_emf(wmf, US"intro")))
This page took 4.438387 seconds and 4 git commands to generate.