[Pgp-tools-commit] r452 - in trunk: caff debian
Franck Joncourt
franck at alioth.debian.org
Sun Jan 24 19:13:37 UTC 2010
Author: franck
Date: 2010-01-24 19:13:35 +0000 (Sun, 24 Jan 2010)
New Revision: 452
Modified:
trunk/caff/caff
trunk/debian/changelog
Log:
* caff:
+ Set the Sender header with the email address which is used for the From
header. This overrides the default value which was set by the
MIME::Entity Perl module based on the local hostname. (Closes: #556782)
Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff 2010-01-10 16:17:32 UTC (rev 451)
+++ trunk/caff/caff 2010-01-24 19:13:35 UTC (rev 452)
@@ -843,6 +843,7 @@
$message_entity->head->add("Subject", "Your signed PGP key 0x$key_id");
$message_entity->head->add("To", $address);
$message_entity->head->add("From", '"'.Encode::encode('MIME-Q', $CONFIG{'owner'}).'" <'.$CONFIG{'email'}.'>');
+ $message_entity->head->add("Sender", '"'.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 2010-01-10 16:17:32 UTC (rev 451)
+++ trunk/debian/changelog 2010-01-24 19:13:35 UTC (rev 452)
@@ -1,12 +1,19 @@
signing-party (1.1.3-1) UNRELEASED; urgency=low
+ TODO:
+ + Wait for a check against #556782.
+
* Debian package:
+ Updated my email address in d.control.
+ Added myself as contributor in d.copyright
* keylookup:
+ Fixed typo noticed by lintian in manpage keylookup.1.
+ * caff:
+ + Set the Sender header with the email address which is used for the From
+ header. This overrides the default value which was set by the
+ MIME::Entity Perl module based on the local hostname. (Closes: #556782)
- -- Franck Joncourt <franck at debian.org> Sun, 10 Jan 2010 13:37:23 +0100
+ -- Franck Joncourt <franck at debian.org> Sun, 24 Jan 2010 20:04:26 +0100
signing-party (1.1.2-1) unstable; urgency=low
More information about the Pgp-tools-commit
mailing list