+ add -i switch to sendmail to prevent lines with a dot causing
authorkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Mon, 25 Jul 2005 21:40:40 +0000 (21:40 +0000)
committerkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Mon, 25 Jul 2005 21:40:40 +0000 (21:40 +0000)
  unexpected behaviour, thanks Stephen Gran (Closes: #319762).

git-svn-id: svn://svn.debian.org/pgp-tools/trunk@138 b513b33f-fedd-0310-b452-c3deb5f4c849

debian/changelog
gpg-mailkeys/gpg-mailkeys

index 14ea3935168f54441cfa075eacb1bbce8ddab3b1..e2da24817172fbdfbd59ee404c38322bb384405b 100644 (file)
@@ -3,6 +3,9 @@ signing-party (0.4.1-XXX) unreleased; urgency=low
   * New upstream release.
     gpg-key2ps:
      + handles revoked subkeys, thanks Christof Douma (Closes: #311990).
+    gpg-mailkeys:
+     + add -i switch to sendmail to prevent lines with a dot causing
+       unexpected behaviour, thanks Stephen Gran (Closes: #319762).
     caff:
      + now handles attribute UIDs (Closes: #316278).
      + now detects all invalid keyids (Closes: #317754).
index 2eaeac0aedae17f44d9f23e6a421a2a24fe4c5f5..ec45dfa317e337eac20bb23d2cb8c325ff5ef559 100755 (executable)
@@ -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