From stdcxx-dev-return-4207-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Aug 07 18:12:35 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 74494 invoked from network); 7 Aug 2007 18:12:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 18:12:34 -0000 Received: (qmail 66154 invoked by uid 500); 7 Aug 2007 18:12:33 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 66131 invoked by uid 500); 7 Aug 2007 18:12:33 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 66120 invoked by uid 99); 7 Aug 2007 18:12:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 11:12:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 18:12:31 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l77IC9Kk023063 for ; Tue, 7 Aug 2007 18:12:09 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: ezmlm stripping Outlook attachments Date: Tue, 7 Aug 2007 12:11:35 -0600 Message-ID: In-Reply-To: <46B8B4D0.9040008@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ezmlm stripping Outlook attachments Thread-Index: AcfZHbrCFvjyjHg0Rx6G/zJeTYLdbAAAF3UA References: <46B8A5A0.5000509@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE6438C911EA@epmsa009.minsk.epam.com> <46B8B4D0.9040008@roguewave.com> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org Yes, outlook correctly sets the mime time to text/plain if you send a .txt file. I think I've managed to trick outlook to send .patch and .diff files as mime text/* types. I'll let you know what I did if it actually works. Otherwise I'm just going to start appending .txt to my patch files. Travis >Martin Sebor wrote: > >Farid Zaripov wrote: >> >> I found that Outlook sends text attachments as >> "application/octet-stream", >> but not as "text/plain". > >Does renaming the attachment from etc.patch to etc.txt help? > >Martin >