From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34184 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Send compressed postscript as attachment? Date: 10 Jan 2001 09:27:50 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: 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: quoted-printable X-Trace: main.gmane.org 1035170158 29070 80.91.224.250 (21 Oct 2002 03:15:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:15:58 +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 AF5A1D049E for ; Wed, 10 Jan 2001 03:31:10 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAB23344; Wed, 10 Jan 2001 02:31:03 -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 02:30:29 -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 CAA15096 for ; Wed, 10 Jan 2001 02:30:18 -0600 (CST) Original-Received: from viffer.computas.no (unknown [194.19.99.131]) by mailhost.sclp.com (Postfix) with ESMTP id 0F3DED049E for ; Wed, 10 Jan 2001 03:30:41 -0500 (EST) Original-Received: (from sb@localhost) by viffer.computas.no (8.9.3/8.9.3) id JAA14048; Wed, 10 Jan 2001 09:29:22 +0100 Original-To: ding@gnus.org In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 18 Xref: main.gmane.org gmane.emacs.gnus.general:34184 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34184 >>>>> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann): > 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.