]> git.sev.monster Git - aports.git/blob - testing/exim-openldap/bounce-charset.patch
testing/exim-openldap: upgrade to 4.97.1
[aports.git] / testing / exim-openldap / bounce-charset.patch
1 --- a/src/deliver.c
2 +++ b/src/deliver.c
3 @@ -5696,7 +5696,7 @@
4  
5    /* output human readable part as text/plain section */
6    fprintf(fp, "--%s\n"
7 -      "Content-type: text/plain; charset=us-ascii\n\n",
8 +      "Content-type: text/plain; charset=utf-8\n\n",
9      bound);
10  
11    if ((emf_text = next_emf(emf, US"intro")))
12 @@ -6066,7 +6066,7 @@
13  
14  /* output human readable part as text/plain section */
15  fprintf(f, "--%s\n"
16 -    "Content-type: text/plain; charset=us-ascii\n\n",
17 +    "Content-type: text/plain; charset=utf-8\n\n",
18    bound);
19  
20  if ((wmf_text = next_emf(wmf, US"intro")))
21 @@ -6281,7 +6281,7 @@
22         "MIME-Version: 1.0\n\n"
23  
24         "--%s\n"
25 -       "Content-type: text/plain; charset=us-ascii\n\n"
26 +       "Content-type: text/plain; charset=utf-8\n\n"
27  
28         "This message was created automatically by mail delivery software.\n"
29         " ----- The following addresses had successful delivery notifications -----\n",
This page took 0.036942 seconds and 4 git commands to generate.