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