[Da-tools-commits] ./da-tools/userdir-ldap-common r370: Use the same "trick" dak uses to send utf8 enabled mails to people who need

Joerg Jaspert joerg at ganneff.de
Fri Dec 28 15:44:16 UTC 2007


------------------------------------------------------------
revno: 370
committer: Joerg Jaspert <joerg at ganneff.de>
branch nick: userdir-ldap-common
timestamp: Fri 2007-12-28 16:44:16 +0100
message:
  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? :)
modified:
  templates/change-reply
  templates/error-reply
  templates/passwd-changed
  templates/ping-reply
  templates/welcome-message
  templates/welcome-message-60000
  templates/welcome-message-800
-------------- next part --------------
=== modified file 'templates/change-reply'
--- a/templates/change-reply	2003-10-17 11:07:37 +0000
+++ b/templates/change-reply	2007-12-28 15:44:16 +0000
@@ -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__!

=== modified file 'templates/error-reply'
--- a/templates/error-reply	2000-01-09 06:41:31 +0000
+++ b/templates/error-reply	2007-12-28 15:44:16 +0000
@@ -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!

=== modified file 'templates/passwd-changed'
--- a/templates/passwd-changed	2003-10-17 11:07:37 +0000
+++ b/templates/passwd-changed	2007-12-28 15:44:16 +0000
@@ -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__!

=== modified file 'templates/ping-reply'
--- a/templates/ping-reply	2003-10-17 11:07:37 +0000
+++ b/templates/ping-reply	2007-12-28 15:44:16 +0000
@@ -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__!

=== modified file 'templates/welcome-message'
--- a/templates/welcome-message	2004-11-18 15:32:18 +0000
+++ b/templates/welcome-message	2007-12-28 15:44:16 +0000
@@ -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 at debian.org
 Reply-To: new-maintainer at debian.org

=== modified file 'templates/welcome-message-60000'
--- a/templates/welcome-message-60000	2004-11-18 15:38:11 +0000
+++ b/templates/welcome-message-60000	2007-12-28 15:44:16 +0000
@@ -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 at lists.debian.org
 Reply-To: debian-admin at lists.debian.org

=== modified file 'templates/welcome-message-800'
--- a/templates/welcome-message-800	2007-04-09 19:50:20 +0000
+++ b/templates/welcome-message-800	2007-12-28 15:44:16 +0000
@@ -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 at debian.org
 Reply-To: da-manager at debian.org



More information about the Da-tools-commits mailing list