From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49615 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: widening in nnml split does not work Date: Sat, 25 Jan 2003 16:41:24 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84lm19cys8.fsf@lucy.is.informatik.uni-duisburg.de> <84r8b1nzgg.fsf@lucy.is.informatik.uni-duisburg.de> <847kctntx0.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1043509525 9222 80.91.224.249 (25 Jan 2003 15:45:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 25 Jan 2003 15:45:25 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18cSUk-0002OR-00 for ; Sat, 25 Jan 2003 16:45:23 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18cSRJ-0007WZ-00; Sat, 25 Jan 2003 09:41:49 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Jan 2003 09:42:45 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA08796 for ; Sat, 25 Jan 2003 09:42:29 -0600 (CST) Original-Received: (qmail 73731 invoked by alias); 25 Jan 2003 15:41:27 -0000 Original-Received: (qmail 73726 invoked from network); 25 Jan 2003 15:41:27 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by 66.230.238.6 with SMTP; 25 Jan 2003 15:41:27 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id h0PFfOeE030582 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 25 Jan 2003 16:41:25 +0100 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Copies-To: nobody X-Payment: hashcash 1.1 0:030125:kai.grossjohann@uni-duisburg.de:a4fe8dda67ff0df4 X-Hashcash: 0:030125:kai.grossjohann@uni-duisburg.de:a4fe8dda67ff0df4 X-Payment: hashcash 1.1 0:030125:ding@gnus.org:feab7b065e253a34 X-Hashcash: 0:030125:ding@gnus.org:feab7b065e253a34 In-Reply-To: <847kctntx0.fsf@lucy.is.informatik.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de's message of "Sat, 25 Jan 2003 16:14:19 +0100") User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.3.50 (i686-pc-linux-gnu) X-Face: FmU60_S;07.b/mq$mN4i[hYDH,9?'f\&F~>ROKqqN6'k$rh#oKV}|(Ol8$)L4`#XB"b|Tnu J"{VKSYBqieg/2&a.0pI2[7A\9*s+=%Zq\^> Simon Josefsson writes: > >> Augmenting n-a-g doesn't sound too hard. Wouldn't something like the >> following work? > > Interesting. So the article headers are deMIMEified whereas the body > is left as-is? Yeah, that sounds useful. And a (widen) in the > splitting code would access the whole message. Yup. Hm. Would splitting code want the body deMIMEified? I guess some text analysis splitters would want to base64 decoding to happen of course. I wonder how much deMIMEification is wanted. Really, only the splitter functions can know this (some splitters might want raw MIME, some decoded base64 but not other MIME-decoding, some might want everything MIME related to be removed) so it should perform it itself, or Gnus should provide a framework for deciding what should be done for each splitter function. Anyway, until that happens, copying the raw body is probably mostly harmless. > Yes. How about installing it to have our guinea pigs test it? ;-) I installed it.