X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaff;h=4eb9083a4ad564eb45c2196922ec8ef36692dac4;hb=35bdfd742c28b3c33c2456400df93fb1c12d2f03;hp=58468205e937ff3ec68d8714e421cebf8fbbef75;hpb=ceeaf3bf2342225d9293940203b57f30f42468cc;p=pgp-tools.git diff --git a/caff/caff b/caff/caff index 5846820..4eb9083 100755 --- a/caff/caff +++ b/caff/caff @@ -247,7 +247,7 @@ sub readwrite_gpg($$$$$%) { my ($stdout, $stderr, $status) = ("", "", ""); my $exitwhenstatusmatches = $options{'exitwhenstatusmatches'}; - trace("doign stuff until we find $exitwhenstatusmatches") if defined $exitwhenstatusmatches; + trace("doing stuff until we find $exitwhenstatusmatches") if defined $exitwhenstatusmatches; my $readwrote_stuff_this_time = 0; my $do_not_wait_on_select = 0; @@ -463,7 +463,7 @@ $CONFIG{'owner'} $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("From", '"'.$CONFIG{'owner'}.'" <'.$CONFIG{'email'}.'>'); $message_entity->head->add("User-Agent", $USER_AGENT); $message_entity->send(); $message_entity->stringify();