Package: signing-party
Version: 0.4.0-1
Severity: wishlist
Tags: patch

Hi,

It'd be cool if caff allowed for specifying a Reply-To header.  This
simple patch against today's pgp-tools SVN enables this.

--------------

--- caff.dist   2005-08-02 21:15:27.818062832 +0200
+++ caff        2005-08-02 21:20:24.545291593 +0200
@@ -231,6 +231,11 @@
 Address to send blind carbon copies to when sending mail.
 Default: none.
 
+=item B<reply-to> [string]
+
+If set, add a Reply-To: header with address as specified in I<string>.
+Default: none.
+
 =back
 
 =head1 AUTHORS
@@ -653,6 +658,7 @@
        $message_entity->head->add("To", $address);
        $message_entity->head->add("From", '"'.$CONFIG{'owner'}.'" 
<'.$CONFIG{'email'}.'>');
        $message_entity->head->add("Bcc", $CONFIG{'bcc'}) if defined 
$CONFIG{'bcc'};
+       $message_entity->head->add("Reply-To", $CONFIG{'reply-to'}) if defined 
$CONFIG{'reply-to'};
        $message_entity->head->add("User-Agent", $USER_AGENT);
        $message_entity->send();
        $message_entity->stringify();

--------------

Bye,

Joost

Attachment: signature.asc
Description: Digital signature

Reply via email to