Gnus development mailing list
 help / color / mirror / Atom feed
* missing Mime-Version and format=flowed
@ 2004-08-06 10:06 Reiner Steib
  2004-08-06 10:33 ` Katsumi Yamaoka
  0 siblings, 1 reply; 6+ messages in thread
From: Reiner Steib @ 2004-08-06 10:06 UTC (permalink / raw)


Hi,

Gnus displays garbage when viewing the following messages:

,----(1)
| Subject: Bitte um Rat: "Symbol's function definition is void: subject"
| Newsgroups: de.comm.software.gnus
| Organization: Newsoffice.de - http://www.newsoffice.de
| Date: Tue, 03 Aug 2004 08:32:11 +0200
| Message-ID: <cenbhb$g7b$1@server.stgb.info>
| Content-Type: text/plain; charset=utf-8; format=flowed
| User-Agent: Newsoffice.de - based on NewsPortal
`----

==> Gnus doesn't decode the UTF-8 characters correctly.

,----(2)
| Subject: Re: Bitte um Rat: "Symbol's function definition is void: subject"
| Newsgroups: de.comm.software.gnus
| Organization: Newsoffice.de - http://www.newsoffice.de
| Date: Tue, 03 Aug 2004 10:34:43 +0200
| Message-ID: <cenin3$knn$1@server.stgb.info>
| Content-Type: text/plain; charset=iso-8859-1; format=flowed
| User-Agent: Newsoffice.de - based on NewsPortal
`----

==> The Latin-1 characters are displayed as eight-bit-graphic.

Further tests (those messages have been posted in <nntp://gmane.test>)
showed that Gnus displays message no. (1) correctly if a Mime-Version
header is added or if "format=flowed" is stripped:

[ for i in {4,5,6,8}-v98ycvrqoe.fsf@marauder.physik.uni-ulm.de; do
    echo "# <news:$i>"
    echo head "<$i>"|nc -w1 news.gmane.org nntp|grep -ie '^Content-\|^Mime-'
  done ]

# <news:4-v98ycvrqoe.fsf@marauder.physik.uni-ulm.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

==> Displayed correctly in Gnus.

# <news:5-v98ycvrqoe.fsf@marauder.physik.uni-ulm.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

==> Displayed correctly in Gnus.

# <news:6-v98ycvrqoe.fsf@marauder.physik.uni-ulm.de>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

==> Displayed correctly in Gnus.

# <news:8-v98ycvrqoe.fsf@marauder.physik.uni-ulm.de>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

==> Displays garbage as message (1). 


As the Mime-Version header is required (IIRC), it's a bug in
Newsportal, I think.  But maybe we could make Gnus more tolerant.

It's quite surprising, that the more tolerant decoding in Gnus doesn't
allow "format=flowed".

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-06 14:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-06 10:06 missing Mime-Version and format=flowed Reiner Steib
2004-08-06 10:33 ` Katsumi Yamaoka
2004-08-06 11:22   ` Reiner Steib
2004-08-06 13:26     ` Simon Josefsson
2004-08-06 14:38       ` Per Abrahamsen
2004-08-06 14:57         ` Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).