From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28700 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: treating "broken" base64 parts Date: 10 Jan 2000 14:00:46 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165501 31190 80.91.224.250 (21 Oct 2002 01:58:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:58:21 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 18299D051F for ; Mon, 10 Jan 2000 06:06:16 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB24782; Mon, 10 Jan 2000 05:02:29 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 10 Jan 2000 05:02:23 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA12291 for ; Mon, 10 Jan 2000 05:02:12 -0600 (CST) Original-Received: from vsu.ru (info.vsu.ru [62.76.169.9]) by mailhost.sclp.com (Postfix) with ESMTP id C0D7DD051F for ; Mon, 10 Jan 2000 06:00:19 -0500 (EST) Original-Received: from video.uic.vsu.ru ([62.76.169.38] verified) by vsu.ru (CommuniGate Pro SMTP 3.2b9) with ESMTP id 1221387 for ding@gnus.org; Mon, 10 Jan 2000 14:00:02 +0300 Original-To: ding@gnus.org Original-Lines: 28 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28700 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28700 Hi, i often receive messages from mailing lists which have the following form: From: someone Subject: test To: someone Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: base64 OtherHeaders: ... 5MzRINrB1NLB18vJINDSxcTMwcfBwCDPwtPVxMnU2CDgzsnLz8QgySDFx88gy8nSyczMyd7F 08vVwCDewdPU2CDOwSDQ0sXEzcXUDQrQ0snHz8TOz9PUySDLIM7B28XN1SDExczVLiDuwSDN ... yc/OLCDF08zJIM7FIMnNxcXUxQ0K1MHLz9fPx88uDQpodHRwOi8vY2hzbGF2Lmh5cGVybWFy dC5uZXQNCg0K4czFy9PFyg0KDQoNCg== ------------------------------------------------------------------------------- -=COOL-LIST=- Project // Mail Lists service on something.com I.e., the text is a 1-part messages with CTE=base64, but mailing list software adds a trailer lines. Gnus does not display these messages correctly, i.e. what i see is the undecoded base64 text. I wonder, could gnus automagically treat such messages? Best, v.