=back
+=item B<reply-to> [string]
+
+Add a Reply-To: header to messages sent. Default: none.
+
=item B<bcc> [string]
Address to send blind carbon copies to when sending 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();
* 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 <cb@df7cb.de> Sun, 7 Aug 2005 22:41:43 +0200
+ -- Christoph Berg <cb@df7cb.de> Sun, 7 Aug 2005 22:50:43 +0200
signing-party (0.4.1-1) unstable; urgency=low