From stdcxx-dev-return-4202-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Aug 07 17:56:29 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 68227 invoked from network); 7 Aug 2007 17:56:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 17:56:29 -0000 Received: (qmail 39263 invoked by uid 500); 7 Aug 2007 17:56:28 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 39254 invoked by uid 500); 7 Aug 2007 17:56:28 -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 39243 invoked by uid 99); 7 Aug 2007 17:56:28 -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 10:56:28 -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: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 17:56:23 +0000 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 20:55:57 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE6438C911EA@epmsa009.minsk.epam.com> In-Reply-To: <46B8A5A0.5000509@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ezmlm stripping Outlook attachments Thread-Index: AcfZFLjgq5fV1hQ/RoOF3nDkBQ6H8wABxqZQ References: <46B8A5A0.5000509@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Tuesday, August 07, 2007 8:02 PM > To: incubator > Cc: stdcxx-dev@incubator.apache.org > Subject: ezmlm stripping Outlook attachments >=20 > We've had a number of complaints about ezmlm stripping plain=20 > text attachments to posts such as patches sent by Microsoft Outlook. > Other mailers (e.g., Mozilla) don't have this problem. >=20 > Does anyone have any suggestions for how to deal with it=20 > other that to switch to a different mailer? More generally,=20 > is there a document that describes the do's and don'ts of=20 > posting to Apache lists? I found that Outlook sends text attachments as "application/octet-stream", but not as "text/plain". The Outlook attachment: ------_=3D_NextPart_001_01C7D91A.B3EC8530 Content-Type: application/octet-stream; name=3D"etc.patch" Content-Transfer-Encoding: base64 Content-Description: etc.patch Content-Disposition: attachment; filename=3D"etc.patch" The Mozilla attachment: --------------080001080007010006020507 Content-Type: text/plain; name=3D"rwtest.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=3D"rwtest.patch" Farid.