Use the same "trick" dak uses to send utf8 enabled mails to people who need
authorJoerg Jaspert <joerg@ganneff.de>
Fri, 28 Dec 2007 15:44:16 +0000 (16:44 +0100)
committerJoerg Jaspert <joerg@ganneff.de>
Fri, 28 Dec 2007 15:44:16 +0000 (16:44 +0100)
utf8 for their names - simply add utf8 headers to all mails.
Works great for dak, so why shouldnt it work here? :)

templates/change-reply
templates/error-reply
templates/passwd-changed
templates/ping-reply
templates/welcome-message
templates/welcome-message-60000
templates/welcome-message-800

index 5233225..b210676 100644 (file)
@@ -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__!
index 11ec0bf..0c26fa6 100644 (file)
@@ -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!
index 892f2e9..03c1aab 100644 (file)
@@ -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__!
index 69129cf..e836b13 100644 (file)
@@ -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__!
index ea87686..6565c52 100644 (file)
@@ -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
index 06d3e0e..5a0ab5d 100644 (file)
@@ -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
index 2ce76af..6c0473e 100644 (file)
@@ -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