[Da-tools-commits] ./da-tools/userdir-ldap-common r375: Merge from alioth

Peter Palfrader peter at palfrader.org
Wed May 14 22:45:21 UTC 2008


------------------------------------------------------------
revno: 375
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap
timestamp: Thu 2008-01-10 15:56:17 +0100
message:
  Merge from alioth
modified:
  debian/changelog
  templates/change-reply
  templates/error-reply
  templates/passwd-changed
  templates/ping-reply
  templates/welcome-message
  templates/welcome-message-60000
  templates/welcome-message-800
    ------------------------------------------------------------
    revno: 349.2.21
    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
    ------------------------------------------------------------
    revno: 349.2.22
    committer: Joerg Jaspert <joerg at ganneff.de>
    branch nick: userdir-ldap-common
    timestamp: Fri 2007-12-28 16:47:01 +0100
    message:
      Missed to write the changelog entry...
    modified:
      debian/changelog
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-01-10 14:55:31 +0000
+++ b/debian/changelog	2008-01-10 14:56:17 +0000
@@ -45,6 +45,9 @@
 
   [ Joerg Jaspert ]
   * Enhance copyright file a bit, also adding a pointer to our repository
+  * Add those utf8 headerlines to mail templates. Same "trick" as used in dak
+    to send utf8 mails for people that need them. Works there - should work
+    here too.
 
   [ Stephen Gran ]
   * ud-fingerserv: implement daemonize() for non-inetd mode.

=== 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