* caff:
[pgp-tools.git] / gpg-mailkeys / gpg-mailkeys
index 534eb7efe3a4b014f6b6cc5fc444ced845689e6b..ec45dfa317e337eac20bb23d2cb8c325ff5ef559 100755 (executable)
@@ -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