From 62ce02835d5eea9a274e6123ff276d373fa1dde6 Mon Sep 17 00:00:00 2001 From: kink-guest Date: Mon, 25 Jul 2005 21:40:40 +0000 Subject: [PATCH] + add -i switch to sendmail to prevent lines with a dot causing 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 | 3 +++ gpg-mailkeys/gpg-mailkeys | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 14ea393..e2da248 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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). diff --git a/gpg-mailkeys/gpg-mailkeys b/gpg-mailkeys/gpg-mailkeys index 2eaeac0..ec45dfa 100755 --- a/gpg-mailkeys/gpg-mailkeys +++ b/gpg-mailkeys/gpg-mailkeys @@ -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 -- 2.30.2