From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43819 Path: quimby.gnus.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Split attachments Date: Fri, 08 Mar 2002 18:05:26 -0500 Message-ID: References: <20020308132351.A10155@fr.thalesgroup.com> <2nvgc7jdk7.fsf@zsh.cs.rochester.edu> <20020308163452.A10614@fr.thalesgroup.com> NNTP-Posting-Host: quimby.gnus.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: quimby.gnus.org 1015628896 10353 80.91.224.244 (8 Mar 2002 23:08:16 GMT) X-Complaints-To: usenet@quimby.gnus.org NNTP-Posting-Date: 8 Mar 2002 23:08:16 GMT Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16jTTC-0002gn-00; Sat, 09 Mar 2002 00:08:15 +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 16jTQz-0000dP-00; Fri, 08 Mar 2002 17:05:57 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Mar 2002 17:06:00 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA19001 for ; Fri, 8 Mar 2002 17:05:49 -0600 (CST) Original-Received: (qmail 6726 invoked by alias); 8 Mar 2002 23:05:40 -0000 Original-Received: (qmail 6721 invoked from network); 8 Mar 2002 23:05:40 -0000 Original-Received: from roc-24-58-72-167.rochester.rr.com (HELO zsh.2y.net) (@24.58.72.167) by gnus.org with SMTP; 8 Mar 2002 23:05:40 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g28N5Ql05291; Fri, 8 Mar 2002 18:05:26 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C =?iso-8859-1?q?(J=E9r=F4me?= Marant's message of "Fri, 8 Mar 2002 16:34:52 +0100") Original-Lines: 41 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: quimby.gnus.org gmane.emacs.gnus.general:43819 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43819 J=E9r=F4me Marant writes: > On Fri, Mar 08, 2002 at 10:15:36AM -0500, ShengHuo ZHU wrote: > >> It is not the behaviour Gnus is supposed to do. But from your >> description, I can not tell where the problem is. Could you post the >> headers of the messages? It would be better to include a few lines of >> the bodies too. > > In advance, sorry for the noise. [...] > To: jerome.marant@fr.thalesgroup.com > Subject: perso (2/2) > From: jerome.marant@free.fr (=3D?iso-8859-1?q?J=3DE9r=3DF4me?=3D Marant) > Date: Fri, 08 Mar 2002 07:38:19 +0100 > User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 > (i386-debian-linux-gnu) > Mime-Version: 1.0 > Content-Type: message/partial; id=3D"<87elivbm3b.fsf@marant.org>"; > number=3D2; total=3D2 > Message-ID: <87bsdzbm3b.fsf@marant.org> > Lines: 3006 > Sender: =3D?iso-8859-1?Q?J=3DE9r=3DF4me_Marant?=3D > Content-Transfer-Encoding: Quoted-Printable > > IyVatW2BHL1VVeIt5USms/QG0yiqxinohsUoxhl7otrhEDYWy8g0tsY5bWrLm1y11WRCCTefj= =3D > Wv1 > RjUp8BE7bS8KSJkKLCc5fbniohHq2yFqGG1PuV4s9MEz3CoEsTP2OmUcsVYawAK3KihRkfV/Y= =3D > zpN Gnus never adds capital Quoted-Printable, so it is likely that some MTA folds lines and adds the header. According to RFC 2045, "the 76 character limit does not count the trailing CRLF, but counts all other characters, including any equal signs." So, the base64 text has 75 characters each lines should be OK. But the MTA folds those lines. I think it is the problem. ShengHuo