Debian Bug report logs -
#85846
mutt: Mutt converts signed messages to quoted-printable
Reported by: nidd@debian.org
Date: Tue, 13 Feb 2001 15:33:35 UTC
Severity: normal
Found in version 1.3.12-2
Done: Marco d'Itri <md@Linux.IT>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Marco d'Itri <md@linux.it>:
Bug#85846; Package mutt.
(full text, mbox, link).
Acknowledgement sent to nidd@debian.org:
New Bug report received and forwarded. Copy sent to Marco d'Itri <md@linux.it>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: mutt
Version: 1.3.12-2
Severity: normal
If I want to send 8bit signed pgp message it converts it to 7bit (quoted
printable). This is unnecessary and sometimes harmgul because some mail
clients and especially mailing list archivers don't understand quoted-printable
and can't encode them.
Patch:
--- pgp.c Sun Nov 19 22:14:10 2000
+++ pgp.c~ Tue Feb 13 18:05:51 2001
@@ -1064,7 +1064,11 @@
int empty = 1;
pid_t thepid;
+
+#ifdef 7BIT_PGP_CONVERSION /* I don't know, why mr. Elkins thinks that
+ his comment is true */
convert_to_7bit (a); /* Signed data _must_ be in 7-bit format. */
+#endif
mutt_mktemp (sigfile);
if ((fp = safe_fopen (sigfile, "w")) == NULL)
@@ -1314,8 +1318,10 @@
return NULL;
}
+#ifdef 7BIT_PGP_CONVERSION
if (sign)
convert_to_7bit (a);
+#endif
mutt_write_mime_header (a, fptmp);
fputc ('\n', fptmp);
-- System Information
Debian Release: woody
Kernel Version: Linux lambda 2.2.17 #1 Sat Sep 9 12:42:22 EST 2000 i586 unknown
Versions of the packages mutt depends on:
ii libc6 2.2.1-1 GNU C Library: Shared libraries and Timezone
ii libncurses5 5.0-8 Shared libraries for terminal handling
ii libsasl7 1.5.24-5 Authentication abstraction library.
ii exim 3.16-6 Exim Mailer
^^^ (Provides virtual package mail-transport-agent)
Reply sent to Marco d'Itri <md@Linux.IT>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to nidd@debian.org:
Bug acknowledged by developer.
(full text, mbox, link).
Message #10 received at 85846-done@bugs.debian.org (full text, mbox, reply):
You patch is badly broken.
Conversion to quoted printable is needed to be sure MTAs will not mangle
the message and make the signature fail.
--
ciao,
Marco
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Wed Jan 10 03:49:35 2018;
Machine Name:
beach
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.