From 11424d9131e1302b38486addd352a06e4be973fe Mon Sep 17 00:00:00 2001 From: franck Date: Sun, 24 Jan 2010 19:13:35 +0000 Subject: [PATCH] * 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) git-svn-id: svn://svn.debian.org/pgp-tools/trunk@452 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 1 + debian/changelog | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/caff/caff b/caff/caff index 362ff95..9378562 100755 --- a/caff/caff +++ b/caff/caff @@ -843,6 +843,7 @@ sub send_mail($$$@) { $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); diff --git a/debian/changelog b/debian/changelog index 247cad4..2e1b997 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 10 Jan 2010 13:37:23 +0100 + -- Franck Joncourt Sun, 24 Jan 2010 20:04:26 +0100 signing-party (1.1.2-1) unstable; urgency=low -- 2.30.2