X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;ds=sidebyside;f=gpg-mailkeys%2Fgpg-mailkeys;h=ec45dfa317e337eac20bb23d2cb8c325ff5ef559;hb=2bf18e1cd6dc480aa947e440f45d33be9aa6d62d;hp=534eb7efe3a4b014f6b6cc5fc444ced845689e6b;hpb=16a804f36bfae6e9ebb57bb6d94be0e069120ef2;p=pgp-tools.git diff --git a/gpg-mailkeys/gpg-mailkeys b/gpg-mailkeys/gpg-mailkeys index 534eb7e..ec45dfa 100755 --- a/gpg-mailkeys/gpg-mailkeys +++ b/gpg-mailkeys/gpg-mailkeys @@ -6,7 +6,7 @@ set -e -VERSION="0.4.0" +VERSION='$Rev$' if [ -z "$*" ]; then echo "Send people their newly signed GPG key by mail." @@ -90,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