From ce59495f895a0950be1ba8cc2fb7345b681a08ee Mon Sep 17 00:00:00 2001 From: myon-guest Date: Sun, 7 Aug 2005 20:51:53 +0000 Subject: [PATCH] allow adding a Reply-To: header git-svn-id: svn://svn.debian.org/pgp-tools/trunk@162 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 5 +++++ debian/changelog | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/caff/caff b/caff/caff index 75ffcfd..8e57fd2 100755 --- a/caff/caff +++ b/caff/caff @@ -235,6 +235,10 @@ The UIDs for which signatures are included in the mail. =back +=item B [string] + +Add a Reply-To: header to messages sent. Default: none. + =item B [string] Address to send blind carbon copies to when sending mail. @@ -718,6 +722,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", '"'.$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); $message_entity->send(); diff --git a/debian/changelog b/debian/changelog index 4b547d7..b1f3c7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ signing-party (0.4.1-2) unstable; urgency=low * caff: + create configfile on first use (Closes: #316611). + note use of ~/.caff/gnupghome/gpg.conf in manpage (Closes: #321235). + + allow adding a Reply-To: header (Closes: #321007, thanks to Joost van + Baal for the patch). - -- Christoph Berg Sun, 7 Aug 2005 22:41:43 +0200 + -- Christoph Berg Sun, 7 Aug 2005 22:50:43 +0200 signing-party (0.4.1-1) unstable; urgency=low -- 2.30.2