X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=gpg-mailkeys%2Fgpg-mailkeys;h=ec45dfa317e337eac20bb23d2cb8c325ff5ef559;hb=7c1900e1bf15cafd4a35097353f284012a4b9335;hp=c065751f6845c8be5e10d2facaa177820eb005ae;hpb=4b32032b04fe6bf1b6c1aa979f871fcd313e0476;p=pgp-tools.git diff --git a/gpg-mailkeys/gpg-mailkeys b/gpg-mailkeys/gpg-mailkeys index c065751..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.3.1" +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