From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15278 invoked by alias); 2 Aug 2005 17:33:38 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 15264 invoked by uid 22791); 2 Aug 2005 17:33:34 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Tue, 02 Aug 2005 17:33:34 +0000 Received: (qmail 9831 invoked by uid 10); 2 Aug 2005 17:33:32 -0000 Received: (qmail 29087 invoked by uid 500); 2 Aug 2005 17:33:25 -0000 Mail-Followup-To: gcc-help@gcc.gnu.org, dima.sorkin@gmail.com To: Dima Sorkin Cc: gcc-help@gcc.gnu.org Subject: Re: traits of this list References: <1122983791.42ef5f6f58e3c@webmail.technion.ac.il> From: Ian Lance Taylor Date: Tue, 02 Aug 2005 17:33:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-08/txt/msg00049.txt.bz2 Dima Sorkin writes: > Does this list suppresses all messages with attachments ? No. > I have payed attention that each time that I have attached a file > to a message, it didn't arrived to the list. Make sure you use the right MIME type. The system will automatically reject messages with attachments with certain MIME types. For example, messages with application/ms-tnef attachments, or messages with attachments of filenames ending in .exe, are silently discarded. Ian