From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by server2.sourceware.org (Postfix) with ESMTP id 477F13944416 for ; Mon, 9 Mar 2020 10:25:32 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583749532; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5ovkeUt3ffiB5Q28Jf9mNDQOcwXVVU0gykzecvsX1vM=; b=dn9ffLgvwIHSApliRlCEOiDpZpVTHR+zRlC3lYao3IfWyyGh1JhKy2bD2lFK6NRZnu3urw fESS+bkHRXf0TzBItyDqMk1KxgPgjfUU35sh6ko1S2AH5bQZNWSz2XO5OStGshCOe/nOqx hKpvsHTPZWoXCQQD28rFB16QdpjX3OQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-60-ZMjm4ewEN7i3Hu_NlDPJeQ-1; Mon, 09 Mar 2020 06:25:25 -0400 X-MC-Unique: ZMjm4ewEN7i3Hu_NlDPJeQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8BBCE8017CC; Mon, 9 Mar 2020 10:25:24 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-37.ams2.redhat.com [10.36.116.37]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D4867100EBA7; Mon, 9 Mar 2020 10:25:23 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id 029APLeY010070; Mon, 9 Mar 2020 11:25:21 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id 029APKjw010069; Mon, 9 Mar 2020 11:25:20 +0100 Date: Mon, 9 Mar 2020 11:25:20 +0100 From: Jakub Jelinek To: Tobias Burnus Cc: Thomas =?iso-8859-1?Q?K=F6nig?= , overseers@gcc.gnu.org, gcc mailing list , gfortran Subject: Re: text/x-* attachments stripped (was: Re: gcc ML archive: text/x-patch attachments no longer shown inline (was:Re: Mailing list stripping off attachments)) Message-ID: <20200309102520.GQ2156@tucnak> Reply-To: Jakub Jelinek References: <3f4869fd-d852-a8a6-117f-e767a417ff95@codesourcery.com> <8d833f8d-243f-e8b8-69ed-124ef33b7746@codesourcery.com> MIME-Version: 1.0 In-Reply-To: <8d833f8d-243f-e8b8-69ed-124ef33b7746@codesourcery.com> User-Agent: Mutt/1.11.3 (2019-02-01) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2020 10:25:34 -0000 On Mon, Mar 09, 2020 at 10:46:31AM +0100, Tobias Burnus wrote: > Hi Thomas, hi Overseers >=20 > I can confirm that those are stripped off! >=20 > I did sent an email with three attachments: > * test.txt (text/plain) > * test.diff (text/x-diff) > * the company's disclaimer >=20 > The attachment with 'text/x-diff' MIME was removed :-( > See: https://gcc.gnu.org/pipermail/fortran/current/054078.html A different mail archiver is now used it seems. For the mails before the sourceware move, one can access the old one too, e.g. https://gcc.gnu.org/legacy-ml/gcc-bugs/2020-03/ is the old one vs. https://gcc.gnu.org/pipermail/gcc-bugs/2020-March/ I've been using the gcc-bugs mail archive all the time in the past, but I'm afraid pipermail at least in current configuration is significant step back and I'll likely just use my mailbox from now on. Some reasons: 1) the by date monthly list of mails used to be ordered newest to oldest mails first, now it is oldest to newest, so when dealing with new stuff one has to always scroll down 2) the dates and times of mails used to be shown (date as a section in the list, times in the left column), now there is nothing, so without clicking something it is hard to guess how exactly old it is 3) the columns were nicer (date, subject left justified, email right justified, now there are no columns) 4) some headers were shown, now there is nothing 5) emails used to be sanitized against harvesters, now they aren't 6) there used to be a Raw text URL to grab the raw email, now there is noth= ing =09Jakub