aboutsummaryrefslogtreecommitdiffstats
path: root/community/exim/bounce-charset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/exim/bounce-charset.patch')
-rw-r--r--community/exim/bounce-charset.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/exim/bounce-charset.patch b/community/exim/bounce-charset.patch
index ce4be0324b..5143328c28 100644
--- a/community/exim/bounce-charset.patch
+++ b/community/exim/bounce-charset.patch
@@ -1,6 +1,6 @@
---- a/src/deliver.c 2018-04-15 02:18:10.000000000 +0300
-+++ b/src/deliver.c 2018-06-15 14:01:58.196926447 +0300
-@@ -7291,7 +7291,7 @@
+--- a/src/deliver.c
++++ b/src/deliver.c
+@@ -7373,7 +7373,7 @@
"MIME-Version: 1.0\n\n"
"--%s\n"
@@ -9,16 +9,16 @@
"This message was created automatically by mail delivery software.\n"
" ----- The following addresses had successful delivery notifications -----\n",
-@@ -7560,7 +7560,7 @@
+@@ -7644,7 +7644,7 @@
/* output human readable part as text/plain section */
- fprintf(f, "--%s\n"
+ 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")))
-@@ -8163,7 +8163,7 @@
+@@ -8252,7 +8252,7 @@
/* output human readable part as text/plain section */
fprintf(f, "--%s\n"