From: Joerg Jaspert Date: Fri, 28 Dec 2007 15:44:16 +0000 (+0100) Subject: Use the same "trick" dak uses to send utf8 enabled mails to people who need X-Git-Tag: userdir-ldap-0.3.16~7^2~1 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=e0615b5ff470d0a19f50c76a611cf139635ddbdb Use the same "trick" dak uses to send utf8 enabled mails to people who need utf8 for their names - simply add utf8 headers to all mails. Works great for dak, so why shouldnt it work here? :) --- diff --git a/templates/change-reply b/templates/change-reply index 5233225..b210676 100644 --- a/templates/change-reply +++ b/templates/change-reply @@ -1,4 +1,7 @@ From: __FROM__ +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit Subject: DB Change Request Hello __EMAIL__! diff --git a/templates/error-reply b/templates/error-reply index 11ec0bf..0c26fa6 100644 --- a/templates/error-reply +++ b/templates/error-reply @@ -1,4 +1,7 @@ From: __ADMIN__ +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit Subject: Mail Gateway failed: __ERROR__ Hello! diff --git a/templates/passwd-changed b/templates/passwd-changed index 892f2e9..03c1aab 100644 --- a/templates/passwd-changed +++ b/templates/passwd-changed @@ -1,4 +1,7 @@ From: __FROM__ +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit Subject: Password Changed! Hello __EMAIL__! diff --git a/templates/ping-reply b/templates/ping-reply index 69129cf..e836b13 100644 --- a/templates/ping-reply +++ b/templates/ping-reply @@ -1,4 +1,7 @@ From: __FROM__ +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit Subject: Ping Reply Hello __EMAIL__! diff --git a/templates/welcome-message b/templates/welcome-message index ea87686..6565c52 100644 --- a/templates/welcome-message +++ b/templates/welcome-message @@ -1,5 +1,8 @@ To: "__REALNAME__" <__EMAIL__> From: __WHOAMI__ +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit Subject: New Debian maintainer __REALNAME__ Cc: new-maintainer@debian.org Reply-To: new-maintainer@debian.org diff --git a/templates/welcome-message-60000 b/templates/welcome-message-60000 index 06d3e0e..5a0ab5d 100644 --- a/templates/welcome-message-60000 +++ b/templates/welcome-message-60000 @@ -1,4 +1,7 @@ To: "__REALNAME__" <__EMAIL__> +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit Subject: Debian Guest Account for __REALNAME__ Cc: debian-admin@lists.debian.org Reply-To: debian-admin@lists.debian.org diff --git a/templates/welcome-message-800 b/templates/welcome-message-800 index 2ce76af..6c0473e 100644 --- a/templates/welcome-message-800 +++ b/templates/welcome-message-800 @@ -1,5 +1,8 @@ To: "__REALNAME__" <__EMAIL__> From: __WHOAMI__ +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit Subject: New Debian maintainer __REALNAME__ Cc: da-manager@debian.org Reply-To: da-manager@debian.org