From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34191 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Send compressed postscript as attachment? Date: 10 Jan 2001 08:49:22 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2nitnn1pr1.fsf@tiger.jia.vnet> References: <87elycu32v.fsf@fulmine.dhs.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035170164 29125 80.91.224.250 (21 Oct 2002 03:16:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:16:04 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 3D1C8D049E for ; Wed, 10 Jan 2001 08:49:39 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB24591; Wed, 10 Jan 2001 07:49:19 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 10 Jan 2001 07:48:34 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA16606 for ; Wed, 10 Jan 2001 07:48:22 -0600 (CST) Original-Received: from zsh.yi.org (roc-24-93-30-91.rochester.rr.com [24.93.30.91]) by mailhost.sclp.com (Postfix) with ESMTP id 54A45D049E for ; Wed, 10 Jan 2001 08:48:49 -0500 (EST) Original-Received: (from zsh@localhost) by zsh.yi.org (8.11.0/8.10.0) id f0ADnMR15761; Wed, 10 Jan 2001 08:49:22 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 31 Xref: main.gmane.org gmane.emacs.gnus.general:34191 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34191 Steinar Bang writes: > >>>>> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann): > > > On 09 Jan 2001, Matthias Wiehl wrote: > >> Thus, I'd suggest specifying "application/postscript" as > >> content-type for your file. > > > But that doesn't generate any additional MIME header that says that > > the stuff is gzip compressed. I think that something should be > > there. It's not Content-Transfer-Encoding, but some other header. > > Sadly, I forget which one it is. > > HTTP defines the header "content-coding", which may have a value of > "zip" or "x-gzip": > > > But I don't know if this header has been included into MIME proper, > or if it's used by any mail programs. I guess not. ,----[RFC2557] | Other sources of problems are Content-Encoding used in HTTP but not | allowed in MIME, and character sets that are not able to represent | line breaks as CRLF. A good overview of the differences between HTTP | and MIME with regards to Content-Type: "text" can be found in [HTTP], | appendix C. `---- ShengHuo