X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=gpg-mailkeys%2Fgpg-mailkeys;h=ec45dfa317e337eac20bb23d2cb8c325ff5ef559;hb=7c1900e1bf15cafd4a35097353f284012a4b9335;hp=ef8683845ea2d732b36283e0e068607263dadcb8;hpb=793ff15f23460922296a67a67596efb7adab221d;p=pgp-tools.git diff --git a/gpg-mailkeys/gpg-mailkeys b/gpg-mailkeys/gpg-mailkeys index ef86838..ec45dfa 100755 --- a/gpg-mailkeys/gpg-mailkeys +++ b/gpg-mailkeys/gpg-mailkeys @@ -1,8 +1,12 @@ #! /bin/sh +# +# gpg-mailkeys: mail out just signed keys to their owners +# +# $Id$ set -e -VERSION="0.4.0" +VERSION='$Rev$' if [ -z "$*" ]; then echo "Send people their newly signed GPG key by mail." @@ -86,7 +90,7 @@ Content-Disposition: attachment; filename="$1.sig" --$BOUNDARY-- EOM echo -n " sending" - /usr/sbin/sendmail -t <$TEMPFILE + /usr/sbin/sendmail -ti <$TEMPFILE rm $TEMPFILE echo " done." shift 1