GNU bug report logs - #5441
23.1.91; rmail error "Malformed quoted-printable text"

Previous Next

Package: emacs;

Reported by: Kenichi Handa <handa <at> m17n.org>

Date: Fri, 22 Jan 2010 01:36:01 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 5441 in the body.
You can then email your comments to 5441 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5441; Package emacs. (Fri, 22 Jan 2010 01:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kenichi Handa <handa <at> m17n.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 22 Jan 2010 01:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kenichi Handa <handa <at> m17n.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1.91; rmail error "Malformed quoted-printable text"
Date: Fri, 22 Jan 2010 10:35:26 +0900
While reading mails by rmail, I encountered "Malformed
quoted-printable text" error.  When I try to delete that
message by typing 'd', the same error was signaled.

The reason is that rmail-show-message-1 calls
mail-unquote-printable-region, and
mail-unquote-printable-region signals that error.  For a
workaround, I applied this patch to rmail-show-message-1,

=== modified file 'lisp/mail/rmail.el'
--- lisp/mail/rmail.el	2010-01-13 12:34:53 +0000
+++ lisp/mail/rmail.el	2010-01-22 01:05:47 +0000
@@ -2727,7 +2727,9 @@
 	    (insert-buffer-substring mbox-buf body-start end)
 	    (cond
 	     ((string= character-coding "quoted-printable")
-	      (mail-unquote-printable-region (point-min) (point-max)))
+	      (condition-case nil
+		  (mail-unquote-printable-region (point-min) (point-max))
+		(error nil)))
 	     ((and (string= character-coding "base64") is-text-message)
 	      (base64-decode-region (point-min) (point-max)))
 	     ((eq character-coding 'uuencode)

and successfully deleted the problematic messages.

But, I'm not sure that is the right fix.  Perhaps we should
attach some text or text-property to indicate this error.

---
Kenichi Handa
handa <at> m17n.org



In GNU Emacs 23.1.91.1 (i686-pc-linux-gnu, GTK+ Version 2.16.1)
 of 2010-01-15 on etlken
Windowing system distributor `The X.Org Foundation', version 11.0.10600000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  shell-dirtrack-mode: t
  display-time-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
C-x o C-x b <return> C-s C-s C-a C-o <tab> ( c o n 
d i t i o n - c a s e SPC n i l C-a C-n <tab> C-M-n 
<return> <tab> ( e r r o r SPC n i l C-e ) C-M-a C-M-n 
q C-n C-n C-n C-M-x q C-/ C-g C-/ C-e C-M-p C-M-n ) 
C-M-x C-x C-s C-x o j n p d d q y C-x b R M <tab> <return> 
p n h p p n n n C-x o C-x b <return> C-p M-. <return> 
C-v C-x 1 C-v C-M-a C-u C-v C-u C-v C-x b <return> 
M-. <return> C-v C-l C-M-a C-x b <return> C-x b <return> 
C-M-e C-p C-p M-f M-f M-b C-SPC C-e C-b C-b C-b C-b 
C-b <escape> w C-a C-x b <return> C-a C-M-a C-v C-M-a 
C-v C-v C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n M-f M-f M-. <return> C-h f d e c o d e <tab> 
q u <tab> <backspace> <backspace> <tab> C-a C-k q u 
o <tab> d <tab> p r <tab> <tab> C-g C-v C-n C-n C-l 
C-x 2 M-. q u o t e d - p r i n t a b l e - d e c o 
d e - r e g i n <return> C-h f q u <tab> o <tab> d 
- p r <tab> t <backspace> d e <tab> r e <tab> C-a C-k 
C-g M-. C-y <return> C-v C-v C-v C-M-a C-M-n C-M-p 
C-x o C-M-a C-M-a C-M-e C-M-a C-v C-v C-v C-v C-x o 
C-v C-v C-v C-p C-p C-p C-p C-x o C-p C-p M-v C-x b 
R <backspace> r m <tab> <return> <escape> x r e p o 
r t <tab> <return>

Recent messages:
Saving file /usr/local/handa/RMAIL...
Wrote /usr/local/handa/RMAIL
Computing summary lines...done
Mark set [9 times]
Making completion list... [2 times]
Quit
byte-code: No tags containing quoted-printable-decode-regin
Making completion list...
Quit
Mark set [5 times]

Load-path shadows:
/usr/local/share/emacs/site-lisp/ndspell hides /usr/local/share/emacs/site-lisp/lookup/ndspell
/usr/local/share/emacs/site-lisp/ndeb hides /usr/local/share/emacs/site-lisp/lookup/ndeb
/usr/local/share/emacs/site-lisp/ndtp hides /usr/local/share/emacs/site-lisp/lookup/ndtp
/usr/local/share/emacs/site-lisp/sdicf hides /usr/local/share/emacs/site-lisp/lookup/sdicf
/usr/local/share/emacs/site-lisp/lookup hides /usr/local/share/emacs/site-lisp/lookup/lookup
/usr/local/share/emacs/site-lisp/ndkks hides /usr/local/share/emacs/site-lisp/lookup/ndkks
/usr/local/share/emacs/site-lisp/ndict hides /usr/local/share/emacs/site-lisp/lookup/ndict
/usr/local/share/emacs/site-lisp/ndcookie hides /usr/local/share/emacs/site-lisp/lookup/ndcookie
/usr/local/share/emacs/site-lisp/stem-english hides /usr/local/share/emacs/site-lisp/lookup/stem-english
/usr/local/share/emacs/site-lisp/ndsrd hides /usr/local/share/emacs/site-lisp/lookup/ndsrd
/usr/local/share/emacs/site-lisp/lookup-utils hides /usr/local/share/emacs/site-lisp/lookup/lookup-utils
/usr/local/share/emacs/site-lisp/lookup-vars hides /usr/local/share/emacs/site-lisp/lookup/lookup-vars
/usr/local/share/emacs/site-lisp/lookup-types hides /usr/local/share/emacs/site-lisp/lookup/lookup-types
/usr/local/share/emacs/site-lisp/ndic hides /usr/local/share/emacs/site-lisp/lookup/ndic
/usr/local/share/emacs/site-lisp/lookup-select hides /usr/local/share/emacs/site-lisp/lookup/lookup-select
/usr/local/share/emacs/site-lisp/lookup-content hides /usr/local/share/emacs/site-lisp/lookup/lookup-content
/usr/local/share/emacs/site-lisp/egg/leim-list hides /usr/local/work/emacs/stable/leim/leim-list
/usr/local/share/emacs/site-lisp/rmail-mime/mime/pgg-pgp5 hides /usr/local/work/emacs/stable/lisp/pgg-pgp5
/usr/local/share/emacs/site-lisp/rmail-mime/mime/pgg-def hides /usr/local/work/emacs/stable/lisp/pgg-def
/usr/local/share/emacs/site-lisp/rmail-mime/mime/pgg-parse hides /usr/local/work/emacs/stable/lisp/pgg-parse
/usr/local/share/emacs/site-lisp/rmail-mime/mime/pgg-pgp hides /usr/local/work/emacs/stable/lisp/pgg-pgp
/usr/local/share/emacs/site-lisp/rmail-mime/mime/pgg hides /usr/local/work/emacs/stable/lisp/pgg
/usr/local/share/emacs/site-lisp/rmail-mime/mail/sha1 hides /usr/local/work/emacs/stable/lisp/sha1
/usr/local/share/emacs/site-lisp/rmail-mime/mail/hex-util hides /usr/local/work/emacs/stable/lisp/hex-util
/usr/local/share/emacs/site-lisp/rmail-mime/mime/pgg-gpg hides /usr/local/work/emacs/stable/lisp/pgg-gpg
~/gud/gdb-ui hides /usr/local/work/emacs/stable/lisp/progmodes/gdb-ui
~/gud/gud hides /usr/local/work/emacs/stable/lisp/progmodes/gud
/usr/local/share/emacs/site-lisp/rmail-mime/mail/sasl-digest hides /usr/local/work/emacs/stable/lisp/net/sasl-digest
/usr/local/share/emacs/site-lisp/rmail-mime/mail/hmac-md5 hides /usr/local/work/emacs/stable/lisp/net/hmac-md5
/usr/local/share/emacs/site-lisp/rmail-mime/mail/sasl hides /usr/local/work/emacs/stable/lisp/net/sasl
/usr/local/share/emacs/site-lisp/rmail-mime/mail/sasl-cram hides /usr/local/work/emacs/stable/lisp/net/sasl-cram
/usr/local/share/emacs/site-lisp/rmail-mime/mail/hmac-def hides /usr/local/work/emacs/stable/lisp/net/hmac-def
/usr/local/share/emacs/site-lisp/rmail-mime/mail/feedmail hides /usr/local/work/emacs/stable/lisp/mail/feedmail
/usr/local/share/emacs/site-lisp/rmail-mime/mail/smtpmail hides /usr/local/work/emacs/stable/lisp/mail/smtpmail
/usr/local/share/emacs/site-lisp/egg/its/greek hides /usr/local/work/emacs/stable/lisp/language/greek
/usr/local/share/emacs/site-lisp/egg/its/thai hides /usr/local/work/emacs/stable/lisp/language/thai
/usr/local/share/emacs/site-lisp/rmail-mime/mime/smime hides /usr/local/work/emacs/stable/lisp/gnus/smime
/usr/local/work/emacs/stable/lisp/language/thai-word hides ~/emacslisp/thai-word
/usr/local/work/emacs/stable/lisp/textmodes/tex-mode hides ~/emacslisp/tex-mode
/usr/local/work/emacs/stable/lisp/textmodes/table hides ~/emacslisp/table
/usr/local/work/emacs/stable/lisp/emacs-lisp/syntax hides ~/emacslisp/syntax
/usr/local/work/emacs/stable/lisp/progmodes/prolog hides ~/emacslisp/prolog

Features:
(shadow emacsbug descr-text nxml-uchnm rng-xsd xsd-regexp
rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse
nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns
nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc
xmltok log-edit pcvs-util vc vc-dispatcher image-mode
add-log info sh-script executable debug conf-mode dired
find-func pp help-fns novice ccl tabify man assoc rect grep
compile ja-dic mule-util kkc ja-dic-utl quail its/hira egg
egg-com egg-cnv egg-mlh menudiag its its-keydef egg-edep
make-mode browse-url lookup-entry lookup-content lookup-vse
ndtp lookup lookup-types lookup-utils lookup-vars evi
evi-mule ispell gnus-msg gnus-art mm-uu mml2015 epg-config
mm-view smime mel mime-def alist mcharset mcs-20 mcs-e20
path-util apel-ver product gnus-sum nnoo gnus-group
gnus-undo nnmail mail-source format-spec gnus-start
gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems sort
supercite easy-mmode regi mail-extr message ecomplete rfc822
mml mml-sec password-cache mm-decode mm-bodies mm-encode
mailcap mailabbrev nnheader gnus-util netrc gmm-utils
wid-edit mailheader canlock hashcash sgml-mode dabbrev js
byte-opt bytecomp byte-compile json thingatpt etags imenu
newcomment cc-mode cc-fonts cc-menus cc-cmds cc-styles
cc-align cc-engine cc-vars cc-defs php-mode derived
ansi-color shell comint ring iso-transl rmailmm mail-parse
rfc2231 japan-util vc-bzr sha1 hex-util parse-time vc-cvs
help-mode easymenu view multi-isearch rmailkwd time sendmail
regexp-opt rmail-sa rmailsum rmail mail-utils rfc2047
rfc2045 ietf-drums time-date qp mm-util mail-prsvr tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
font-setting tool-bar dnd fontset image fringe lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar
mldrag mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev
loaddefs button minibuffer faces cus-face files
text-properties overlay md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote
make-network-process dbusbind font-render-setting gtk
x-toolkit x multi-tty emacs)





Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5441; Package emacs. (Fri, 22 Jan 2010 07:45:02 GMT) Full text and rfc822 format available.

Message #8 received at 5441 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Kenichi Handa <handa <at> m17n.org>
Cc: 5441 <at> debbugs.gnu.org
Subject: Re: bug#5441: 23.1.91; rmail error "Malformed quoted-printable text"
Date: Fri, 22 Jan 2010 09:44:36 +0200
> From: Kenichi Handa <handa <at> m17n.org>
> Date: Fri, 22 Jan 2010 10:35:26 +0900
> Cc: 
> 
> While reading mails by rmail, I encountered "Malformed
> quoted-printable text" error.  When I try to delete that
> message by typing 'd', the same error was signaled.
> 
> The reason is that rmail-show-message-1 calls
> mail-unquote-printable-region, and
> mail-unquote-printable-region signals that error.  For a
> workaround, I applied this patch to rmail-show-message-1,

Was the quoted-printable part indeed invalid?  Can you show an example
of that invalid part?  Maybe we should fix
mail-unquote-printable-region to cope with such cases.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5441; Package emacs. (Fri, 22 Jan 2010 11:12:01 GMT) Full text and rfc822 format available.

Message #11 received at 5441 <at> debbugs.gnu.org (full text, mbox):

From: Kenichi Handa <handa <at> m17n.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 5441 <at> debbugs.gnu.org
Subject: Re: bug#5441: 23.1.91; rmail error "Malformed quoted-printable text"
Date: Fri, 22 Jan 2010 20:11:48 +0900
In article <83pr527fdn.fsf <at> gnu.org>, Eli Zaretskii <eliz <at> gnu.org> writes:

> > From: Kenichi Handa <handa <at> m17n.org>
> > Date: Fri, 22 Jan 2010 10:35:26 +0900
> > Cc: 
> > 
> > While reading mails by rmail, I encountered "Malformed
> > quoted-printable text" error.  When I try to delete that
> > message by typing 'd', the same error was signaled.
> > 
> > The reason is that rmail-show-message-1 calls
> > mail-unquote-printable-region, and
> > mail-unquote-printable-region signals that error.  For a
> > workaround, I applied this patch to rmail-show-message-1,

> Was the quoted-printable part indeed invalid?  Can you show an example
> of that invalid part?

I don't know, I've already deleted those messages because
they were spams.  I'll check the contents when I get such a
message next time.

> Maybe we should fix
> mail-unquote-printable-region to cope with such cases.

I'm not sure.  I've just noticed that the function accepts
the argument NOERROR.  So, perhaps rmail-show-message-1
should call mail-unquote-printable-region with that arg t.

---
Kenichi Handa
handa <at> m17n.org




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5441; Package emacs. (Tue, 26 Jan 2010 02:49:01 GMT) Full text and rfc822 format available.

Message #14 received at 5441 <at> debbugs.gnu.org (full text, mbox):

From: Kenichi Handa <handa <at> m17n.org>
To: Kenichi Handa <handa <at> m17n.org>
Cc: 5441 <at> debbugs.gnu.org, eliz <at> gnu.org
Subject: Re: bug#5441: 23.1.91; rmail error "Malformed quoted-printable text"
Date: Tue, 26 Jan 2010 11:48:38 +0900
[Message part 1 (text/plain, inline)]
In article <tl7ockmxukr.fsf <at> m17n.org>, Kenichi Handa <handa <at> m17n.org> writes:

> I'm not sure.  I've just noticed that the function accepts
> the argument NOERROR.  So, perhaps rmail-show-message-1
> should call mail-unquote-printable-region with that arg t.

I've just got such an error mail.  Save the attached file,
for instance, as "qperror", and do C-u M-x rmail RET qperror
RET to reproduce the problem.  As I don't know the detailed
spec of QP, I can't judge it's surely an error or no.

---
Kenichi Handa
handa <at> m17n.org

[qperror (text/plain, inline)]
From douglas.pedo <at> gmail.com Tue Jan 26 10:33:39 2010
Return-path: <douglas.pedo <at> gmail.com>
Envelope-to: handa <at> localhost
Delivery-date: Tue, 26 Jan 2010 10:33:39 +0900
Received: from localhost ([127.0.0.1] helo=etlken)
	by etlken with esmtp (Exim 4.69)
	(envelope-from <douglas.pedo <at> gmail.com>)
	id 1NZaJH-0006X6-Qy
	for handa <at> localhost; Tue, 26 Jan 2010 10:33:39 +0900
Received: from mail.aist.go.jp [150.29.246.10]
	by etlken with POP3 (fetchmail-6.3.9-rc2)
	for <handa <at> localhost> (single-drop); Tue, 26 Jan 2010 10:33:39 +0900 (JST)
Received: 
	by smtp2.aist.go.jp  with ESMTP id o0Q1VLS8005464;
	Tue, 26 Jan 2010 10:31:21 +0900 (JST)
	env-from (douglas.pedo <at> gmail.com)
Received: from mx3.aist.go.jp (mx3.aist.go.jp [150.29.246.166])
	by mx1s.aist.go.jp  with ESMTP id o0Q1VJUd010097;
	Tue, 26 Jan 2010 10:31:20 +0900 (JST)
	env-from (douglas.pedo <at> gmail.com)
Received: from Bell.INC (host-240.58-43-115.dynamic.totalbb.net.tw [115.43.58.240])
	by mx3.aist.go.jp  with SMTP id o0Q1UjqX022729;
	Tue, 26 Jan 2010 10:30:47 +0900 (JST))
Date: Tue, 26 Jan 2010 10:30:45 +0900 (JST)
Received: from tpts8
	by tpts5.seed.net.tw with SMTP id Yk63uho1w1oZref5uE;
	Tue, 26 Jan 2010 09:30:48 +0800
Message-ID: <lk5vhJDd <at> party.seed.net.tw>
From: douglas.pedo <at> gmail.com
To: mega.float2009 <at> gmail.com
Subject: =?big5?Q?**=B0=A8=AD^=A4E=A5=FD=A5=CD=A4@=AE=C9=BF=B3=B0_=B7=C7=B3=C6=A8M=A9w=B5L=C0v=A9=CA=B8=C9=A7U=AA=E1=B6O120=BB=F5=A6b=A5=FE=B0=EA=A6U=AF=C5=BE=C7=AE=D5=BF=B3=AB=D8300=AEy=A5H=A4W=B4=E5=AAa=A6=C0,=A4@=C1n=A5O=A4U=A5H=A6=E6=ACF=A9R=A5O=A4U=A5O=B1=D0=A8|=B3=A1=AAA=B1q=B7=D3=BF=EC=B3W=B9=BA,=C1a=C6[=A8=E4=B9L=A5h=A8M=B5=A6=BC=D2=A6=A1:=A1y=A6h=A8=A3=A6=D2=BC{=A4=A3=A9P=B9D=A4=A3=B8=D4=A5=FE,=A8S=A6=B3=B9w=BA=E2=C1`=B6q=BA=DE=A8=EE=AA=BA=C6[=A9=C0,=A8S=A6=B3=B8g=B9L=AC=EC=BE=C7=AA=BA=B5=FB=A6=F4=AA=BA=B5{=A7=C7,=A7=F3=ACO=C0=DD=A5=CE=A6=E6=ACF=A9R=A5O,=A7=F3=BBP=A5=C1=B6=A1=AA=BA=BB=DD=ADn=BB=B7=BB=B7=A6a=AC=DB=B2=E6=C2=F7,=B4=A7=C0N=B5L=AB=D7,=AF=CA=A5F=B6q=A4J=A6=D3=A5X=AA=F7=BF=FA=C6[=A9=C0=A1z=B8=D4=B1=A1=C2I=C0=BB=A5H=A4U=BA=F4=A7}=A5H=B3s=B5=B2=BA=F4=AF=B8http://sites.google.com/site/greenpeacesite31/ Please help forward the message?=
X-Mailer: CawOuqpSaSodfUkSLs
Content-Type: text/plain;
Content-Transfer-Encoding: Quoted-Printable
X-Priority: 3
X-MSMail-Priority: Normal
X-RMAIL-ATTRIBUTES: --------

=B0=A8=AD^=A4E=A5=FD=A5=CD=A4@=AE=C9=BF=B3=B0_=B7=C7=B3=C6=A8M=A9w=B5L=C0v=A9=CA=B8=C9=A7U=AA=E1=B6O120=BB=F5=A6b=A5=FE=B0=EA=A6U=AF=C5=BE=C7=AE=D5=BF=B3=AB=D8300=AEy=A5H=A4W=B4=E5=AAa=A6=C0,=A4@=C1n=A5O=A4U=A5H=A6=E6=ACF=A9R=A5O=A4U=A5O=B1=D0=A8|=B3=A1=AAA=B1q=B7=D3=BF=EC=B3W=B9=BA,=C1a=C6[=A8=E4=B9L=A5h=A8M=B5=A6=BC=D2=A6=A1:=A1y=A6h=A8=A3=A6=D2=BC{=A4=A3=A9P=B9D=A4=A3=B8=D4=A5=FE,=A8S=A6=B3=B9w=BA=E2=C1`=B6q=BA=DE=A8=EE=AA=BA=C6[=A9=C0,=A8S=A6=B3=B8g=B9L=AC=EC=BE=C7=AA=BA=B5=FB=A6=F4=AA=BA=B5{=A7=C7,=A7=F3=ACO=C0=DD=A5=CE=A6=E6=ACF=A9R=A5O,=A7=F3=BBP=A5=C1=B6=A1=AA=BA=BB=DD=ADn=BB=B7=BB=B7=A6a=AC=DB=B2=E6=C2=F7,=B4=A7=C0N=B5L=AB=D7,=AF=CA=A5F=B6q=A4J=A6=D3=A5X=AA=F7=BF=FA=C6[=A9=C0=A1z,

1.=B8g=C0=D9=AD=D3=AE=D7=A7=EF=AD=B2=C1`=BEQ=AEv(DIG of Economic Cases :no18th/1563)=B0w=B9=EF=A4=A4=B0=EA=AA=BA=B0=A8=AD^=A4E=A5=FD=A5=CD=A4@=AE=C9=BF=B3=B0_=B7=C7=B3=C6=A8M=A9w=B5L=C0v=A9=CA=B8=C9=A7U=AA=E1=B6O120=BB=F5=A6b=A5=FE=B0=EA=A6U=AF=C5=BE=C7=AE=D5=BF=B3=AB=D8300=AEy=A5H=A4W=B4=E5=AAa=A6=C0,=A4@=C1n=A5O=A4U=A5H=A6=E6=ACF=A9R=A5O=A4U=A5O=B1=D0=A8|=B3=A1=AAA=B1q=B7=D3=BF=EC=B3W=B9=BA,=C1a=C6[=A8=E4=B9L=A5h=A8M=B5=A6=BC=D2=A6=A1:=A1y=A6h=A8=A3=A6=D2=BC{=A4=A3=A9P=B9D=A4=A3=B8=D4=A5=FE,=A8S=A6=B3=B9w=BA=E2=C1`=B6q=BA=DE=A8=EE=AA=BA=C6[=A9=C0,=A8S=A6=B3=B8g=B9L=AC=EC=BE=C7=AA=BA=B5=FB=A6=F4=AA=BA=B5{=A7=C7,=A7=F3=ACO=C0=DD=A5=CE=A6=E6=ACF=A9R=A5O,=A7=F3=BBP=A5=C1=B6=A1=AA=BA=BB=DD=ADn=BB=B7=BB=B7=A6a=AC=DB=B2=E6=C2=F7,=B4=A7=C0N=B5L=AB=D7,=AF=CA=A5F=B6q=A4J=A6=D3=A5X=AA=F7=BF=FA=C6[=A9=C0=A1z,=A7=DA=AD=CC=A5H=AF=EE=BD=CF=A4=A3=B8g,=A4=CE=AD=E8=B4p=A6=DB=A5=CE,=A8=D3=A7=CE=AEe=A8=E4=A8M=B5=A6=AB~=BD=E8,=A6b=B2=C4=A5|=AAi=A5=C1=A5D=A8=EE=AB=D7=BE=CB=AAk=B9{=A7G=A4=A7=AB=!
 E1,=B3o=A8=C7=B1=A1=AAp=A5=B2=B5M=B1o=A8=EC=A4j=B4T=A7=EF=B5=BD:
1>=B1q=B9L=A5h=B6}=A9=F1=A4=A4=B0=EA=BE=C7=A5=CD=A8=D3=A5x=B4N=C5=AA=BBP=A4u=A7@,=A6=B3=B7N=B6}=A9=F1=A5x=C6W=A4=A4=B0=EA=B1B=ABe=B0t=B0=B8=A7K=B8=D5=A4J=B0=AA=A4=A4(=A4=A4=B0=EA=B0t=B0=B8=A6b2009=A6~=AC=F9=A6=FB1/10=C1`=B5=B2=B1B=BE=F0),=A8=EC=B6}=A9=F1=A4=FB=A6=D7=B6i=A4f,=BBP=A4=A4=B0=EA=C3=B1=ADq=AF=B2=B5|=A8=F3=A9w,=BA=AE=B7~=A6X=A7@=A8=EC=A4j=B4T=B8=C9=A7U,=AC=D2=ACO=B7Q=A8=EC=B4N=A8M=A9w=ADn=A7@,=A5=BC=A7@=AA=F8=B4=C1=B5=FB=A6=F4,=A4]=A4=A3=BA=DE=A5=C1=B7N=ACO=A7_=C3=D9=A6P,=A8M=B5=A6=AB~=BD=E8=AC=B0=B3=CC=A7C=A6H=AF=C5,=A6=D3=A5B=A5=CE=C5v=A4O=AB=FC=A5=DC=A5=E6=A5N=AA=BA=A4=E8=A6=A1,=A4=A3=A4=D3=B8=DF=B0=DD=B1M=AEa=A4=CE=B5=FB=A6=F4=AA=BA=B7N=A8=A3,=A6]=AC=B0=A4=D3=A7=D6=B3t=A7@=A8M=A9w,=A9=B9=A9=B9=A9=DB=ADP=A4j=B3W=BC=D2=A7=E5=B5=FB=B3y=A6=A8=B0=F5=ACF=A6M=BE=F7=BBP=B4=B6=B9M=B9=EF=B0=A8=A4=F3=ABH=A5=F4=A4j=B4T=A4U=B7=C6,=C1`=BEQ=AEv=A8=CC=B2=C4=A5|=AAi=A5=C1=A5D=A8=EE=AB=D7=BD=E1=A4=A9=C0u=A5=FD=A7=EF=AD=B2=AA=BA=C5v=A4O=B1N=A7=B9=A5=FE=A7_=A8M=B0=A8=A4=F3=AA=BA=A!
 4U=A5O=A8M=B5=A6=BC=D2=A6=A1, =A8=CC=B2=C4=A5|=AAi=A5=C1=A5D=A8=EE=AB=D7=BE=CB=AAk=A5=B2=B6=B7=A5l=B6}=A4=BD=C5=A5=B7|=BB=A1=A9=FA=A7_=A8M=AA=BA=AD=EC=A6],=B0=EA=B7|=A5=B2=B6=B7=B9L=A5b=A4~=A5i=A5H=A4=CF=A7_=A8M,1000=A4H=A5=C1=B5=D7=AD^=A5=E7=A5i=A5H=BF=EF=BE=DC=A4=E4=AB=F9=B0=EA=B7|=AA=BA=A4=CF=A7_=A8M
=A9=CE=AA=CC=A4=E4=AB=F9=B1=C2=C5v=C1`=BEQ=AEv=A7=EF=AD=B2=AA=BA=A7_=A8M=AE=D7,=A4H=A5=C1=ADY=A4=A3=BA=A11000=A4H=A5=C1=B5=D7=AD^=AA=BA=A8M=A9w,=A5i=A5H=A5H=BA=F4=B8=F4=B3s=B8p=AA=BA=A4=E8=A6=A1=B6i=A6=E6=BA=F4=B8=F4c=AB=AC=A4=BD=A7=EB
2>=C1`=BEQ=AEv=A7_=A8M=B2z=A5=D1=A6p=A4U:
a.=09=B7=ED=ABe=B0]=ACF=A7x=C3=F8,=B5|=A6=AC=A4=A3=A6=FD=A8S=A6=B3=BCW=A5[=A4=CF=A6=D3=A4j=B4T=B4=EE=A4=D61/4,=ABD=A5=BF=B1`=B0=EA=AEa=B9B=A7@=B1`=BAA,=BB\=B5L=C0v=A9=CA=B4=E5=AAa=A6=C0,=ABD=A6=B3=A8=E4=C0u=A5=FD=B6=B6=A6=EC=A9=CA(=B3W=C3=FE=B1=C6=A6W=B2=C4221=A6=EC=C0u=A5=FD=A9=CA),=BBP=BF=EC=A4@=A6=B8=AA=E1=A5c=B3=D5=C4=FD=B7|=A5x=A5_=A5=AB=AA=E1=A5c=B3=D5=C4=FD=B7|200=BB=F5=B9w=BA=E2,=ACO=C4=DD=A9=F3=B2=C4=A4E=C0u=A5=FD=B6=B5=A5=D8,=BB=B7=A4=A3=A6p=AB=E6=AD=A2=A9=CA=B2=C4=A4G=C0u=A5=FD=AA=BA=A5x=A5_=A5=AB=B3Q=AAk=B0|=A9=D2=A7P=B1=D1=B6D=A9=D2=A5=B2=B6=B7=C3=BA=A5=E6=AA=BA=A5=FE=A5=C1=B0=B7=ABO=A4=ED=B4=DA,=B3=A3=ACO=BBP=A8=E4=A5L=C1`=BEQ=AEv=ADn=A7R=B0=A3=B9w=BA=E2=AA=BA=A8=D2=A4l
b.=09=BB\=B4=E5=AAa=A6=C0,=ADY=B5L=A6=AC=A4J,=A6p=A6=F3=BA=FB=AB=F9=B9B=A7@,=C3=F8=B9D=A5x=C6W=ACF=A9=B2=ADn=AA=F8=A6~=B8=C9=A7U=AD=D7=C2=B5,=BBP=BA=FB=C5@=BA=DE=B2z=B6O=A5=CE
c.=09=ADY=A8=EC=B3B=ACO=B4=E5=AAa=A6=C0,=ACO=A7_=AC=B0=C5|=A7=C9=AC[=AB=CE,=A8=EC=AE=C9=A4p=BF=DF=A8=E2=A4T=B0=A6,=BA=DE=B2z=A4H=AD=FB=ABo=A4=B4=B6=B7=A5=F5=BF=E0=B8=C9=A7U,=A9=A1=AE=C9=A4S=B0]=B0=C8=B5u=AF=CA,=A5u=A6n=A5=F4=A5=D1=AF=EE=BCo,=A5t=A5~=A5u=BB\=B4=E5=AAa=A6=C0,=A4=A3=A7@=B1=C0=BCs=B4=E5=AAa,=A6p=A6=F3=A4@=A4U=A4l=A7=EF=B5=BD=B4=E5=AAa=A4H=A4f=BBP=B2=DF=BAD.=ADY=ADn=B1=C0=BCs=B4=E5=AAa=BD=D6=ADn=B8=C9=A7U=B8g=B6O=3F
Quoted news:
=B4=E5=AAa=A6=C0=A4=A3=A9e=A5~=A1A=ADY=A8S=A6=B3=AA=F8=B4=C1=BE=C7=AE=D5=B8g=B6O=B8=C9=A7U,=BE=C7=AE=D5=A4@=A9w=AE=DA=A5=BB=A8S=AF=E0=A4O=B8g=C0=E7=A1A=A5B=B4=E5=AAa=C4=DD=AC=DB=B9=EF=B0=AA=AE=F8=B6O=AA=BA=B9B=B0=CA=B2=A3=B7~=A1A=B8g=C0=D9=A4=A3=B4=BA=AE=F0=A1A=A5=C1=B2=B3=B9=E7=A5i=A5h=B6]=A8B=A1C 
=B7s=A9=B1=B0=EA=A4p=AE=D5=AA=F8=AAL=BF=B7=AE=FE=A4]=BB=A1=A1A=AAa=A6=C0=A6=B3=B1=FE=B5=DF=A1B=A7=EB=C3=C4=A1B=A4=BD=A6w=B5=A5=A6=D2=B6q=A1A=BEa=A6=D1=AEv=B5L=AAk=B8g=C0=E7=A1A=A6=FD=A5u=A6=B3=A4p=AAB=A4=CD=B4X=A4Q=A4=B8=AA=BA=B2=BC=BB=F9=A6=AC=A4J=A1A=BBP=A5=AB=B3=F5=A8p=A5=DF=B4=E5=AAa=A6=C0=C3=F8=C4v=AA=A7=A1C =A6=B3=C5=E9=A8|=A6=D1=AEv=BB=A1=A1A=B1=D0=A8|=B3=A1=B1=C0=BCs=B4=E5=AAa=B1=D0=BE=C7=A1A=A5u=AA=BE=B9D=BB\=B5w=C5=E9=A1A=A6=FD=BE=C7=AE=D5=A8S=A6=B3=BDs=A6C=B1M=A5=F4=B1=D0=BDm=A1B=B1=CF=A5=CD=AD=FB=B5=A5=B8g=B6O=A1A=B3=B0=C4=F2=A4=A3=B3=F4=C1=AB=B7l=AD=CB=B3=AC=A1A=B9=EA=A6b=ACO=AB=DC=A4j=AA=BA=BF=D8=A8=EB=A1C

=BA=F4=B8=F4a=AB=AC=AB=FC=BC=D0=AB=AC=A4=BD=A7=EB(=B2=C4=A5|=AAi=A5=C1=A5D=A8=EE=AB=D710000=A4H=A5H=A4U=A4=BD=A7=EB=BC=D2=A6=A1):

=A6b=AD=AD=A4=F4=A1B=AF=CA=BF=FA=B1=A1=AAp=A4U=A1A=B1=D0=A8|=B3=A1=ADn=A7=EB=A4J120=BB=F5=A6b=A5=FE=B0=EA=BCs=B3]=AAa=A6=C0=A1A=C5=FD=A4K=A6=A8=BE=C7=A4l=BE=C7=B7|=B4=E5=AAa=A1A=B1z=ACO=A7_=C3=D9=A6=A8=A1H 
 

=C3=D9=A6=A8=A1@=B2=BC=BC=C6=A1G88=A1]8.26%=A1^
 =A4=A3=C3=D9=A6=A8=A1@=B2=BC=BC=C6=A1G966=A1]90.70%=A1^
 =A8S=B7N=A8=A3=A1@=B2=BC=BC=C6=A1G11=A1]1.03%=A1^



Quoted people=A1=A6s words:
=A1=A7=A6=D1=B9=EA=BB=A1=A5x=C6W=B4=E5=AAa=A6=C0=A5=BB=A8=D3=B4N=A4=A3=A4=D6,=A6=B3=BB=DD=ADn=AFS=A7O=AC=B0=BE=C7=A5=CD=A5[=BB\=B4=E5=AAa=A6=C0=A1A=A5u=ACO=ADn=B0V=BDm=B4=E5=AAa=3F=A1]=A7=F3=A6=F3=AAp=B4=E5=AAa=A6=B3=A4=C0=A9u=B8`=A4=A3=ACO=A5=FE=A6~=B3=A3=A6b=B9C=A1^,=A8=E4=B9=EA=A5h=A9M=B4=E5=AAa=A6=C0=B7~=AA=CC=AC=A2=BD=CD=A1A=B4N=A5i=A5H=AF=B2=A5=CE=AF=BB=A6n=AA=BA=B4=E5=AAa=A6=C0,=A4S=A4=A3=B7|=AE=F6=B6O=BF=FA=A1A=A4S=A5i=A5H=C5=FD=BE=C7=A5=CD=BE=C7=B7|,=B3o=BC=CB=A4l=AA=BA=A8M=B5=A6,=A5i=A5H=BB=A1=ACO=A7=B9=A5=FE=A4=ED=AF=CA=A6=D2=BC{=A1=A8

=B8=D4=B1=A1=C2I=C0=BB=A5H=A4U=BA=F4=A7}=A5H=B3s=B5=B2=BA=F4=AF=B8
(=ADY=B3Q=A9x=A4=E8=A9=CE=ACO=A4=CF=A5=C1=A5D=A4H=A4h=A9=CE=C2=C7=A8=E4=A5L=AD=EC=A6]=A5=F8=B9=CF=AB=CA=AF=B8=AE=C9,=BD=D0=A8=F3=A7U=A6A=A6U=B3B=B1i=B6K)
http://sites.google.com/site/greenpeacesite31/




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Thu, 04 Feb 2010 05:11:01 GMT) Full text and rfc822 format available.

Notification sent to Kenichi Handa <handa <at> m17n.org>:
bug acknowledged by developer. (Thu, 04 Feb 2010 05:11:01 GMT) Full text and rfc822 format available.

Message #19 received at 5441-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 5441-done <at> debbugs.gnu.org
Subject: Re: bug#5441: 23.1.91; rmail error "Malformed quoted-printable text"
Date: Thu, 04 Feb 2010 00:10:06 -0500
  * mail/rmail.el (rmail-show-message-1): Handle malformed
  quoted-printable text.  (Bug#5441)




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5441; Package emacs. (Sat, 27 Feb 2010 20:59:02 GMT) Full text and rfc822 format available.

Message #22 received at 5441 <at> debbugs.gnu.org (full text, mbox):

From: Ulf Rehmann <rehmann <at> math.uni-bielefeld.de>
To: 5441 <at> debbugs.gnu.org
Subject: rmail error "Malformed quoted-printable text"
Date: Sat, 27 Feb 2010 21:56:52 +0100
[Message part 1 (text/plain, inline)]
Hi. I have seen the same error several times, mostly with spam.

Attached are two versions of a (kind of minimal) email which provokes
that error. 

They differ by

   diff TTT1 TTT2
   18a19
   > Content-Transfer-Encoding: quoted-printable

The file TTT2 produces the error, while file TTT1 seems to behave well.

Regards
Ulf

[TTT1 (application/octet-stream, inline)]
[TTT2 (application/octet-stream, inline)]

bug archived. Request was from Debbugs Internal Request <bug-gnu-emacs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Mar 2010 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 82 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.