[Pgp-tools-commit] r308 - in trunk: caff debian

Christoph Berg myon at alioth.debian.org
Sun Oct 29 22:26:12 CET 2006


Author: myon
Date: 2006-10-29 22:26:12 +0100 (Sun, 29 Oct 2006)
New Revision: 308

Modified:
   trunk/caff/caff
   trunk/debian/changelog
Log:
q-p-encode From: header (Closes: #366745).

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2006-10-26 10:54:17 UTC (rev 307)
+++ trunk/caff/caff	2006-10-29 21:26:12 UTC (rev 308)
@@ -297,6 +297,7 @@
 use File::Temp qw{tempdir};
 use Text::Template;
 use MIME::Entity;
+use Encode;
 use Fcntl;
 use IO::Select;
 use Getopt::Long;
@@ -800,7 +801,7 @@
 
 	$message_entity->head->add("Subject", "Your signed PGP key 0x$key_id");
 	$message_entity->head->add("To", $address);
-	$message_entity->head->add("From", '"'.$CONFIG{'owner'}.'" <'.$CONFIG{'email'}.'>');
+	$message_entity->head->add("From", '"'.Encode::encode('MIME-Q', $CONFIG{'owner'}).'" <'.$CONFIG{'email'}.'>');
 	$message_entity->head->add("Reply-To", $CONFIG{'reply-to'}) if defined $CONFIG{'reply-to'};
 	$message_entity->head->add("Bcc", $CONFIG{'bcc'}) if defined $CONFIG{'bcc'};
 	$message_entity->head->add("User-Agent", $USER_AGENT);

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-10-26 10:54:17 UTC (rev 307)
+++ trunk/debian/changelog	2006-10-29 21:26:12 UTC (rev 308)
@@ -1,15 +1,14 @@
-signing-party (0.4.9-1) UNRELEASED; urgency=low
+signing-party (0.4.9-1) unstable; urgency=low
 
-  [ Peter Palfrader ]
-  * caff: Fix a bug with checking if we have exactly one or more keys
-    that failed downloading.
+  * caff:
+    + Fix a bug with checking if we have exactly one or more keys that failed
+      downloading.
+    + Mention in manpage that keyserver-options is a useful setting in
+      .caff/gnupghome/gpg.conf (Closes: #392811).
+    + q-p-encode From: header (Closes: #366745).
 
-  [ Christoph Berg ]
-  * caff: Mention in manpage that keyserver-options is a useful setting in
-    .caff/gnupghome/gpg.conf (Closes: #392811).
+ -- Christoph Berg <myon at debian.org>  Sun, 29 Oct 2006 21:02:56 +0100
 
- -- Christoph Berg <myon at debian.org>  Thu, 26 Oct 2006 12:52:04 +0200
-
 signing-party (0.4.8-1) unstable; urgency=low
 
   * gpglist: do not die with with-fingerprint (Closes: #382019).




More information about the Pgp-tools-commit mailing list