From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 436A32116327F for ; Mon, 8 Oct 2018 04:01:58 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7B0603078AA3; Mon, 8 Oct 2018 11:01:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-219.rdu2.redhat.com [10.10.120.219]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9C94363BA8; Mon, 8 Oct 2018 11:01:55 +0000 (UTC) To: Rebecca Cran , stephano , edk2-devel@lists.01.org, Leif Lindholm , Andrew Fish , "Kinney, Michael D" , "Doran, Mark" , "Richardson, Brian" References: <6f50830d-ae37-8993-e773-ef530ff02fc0@linux.intel.com> <36beb58f-94f2-cd9f-b954-bfc0d15594c5@bluestop.org> From: Laszlo Ersek Message-ID: Date: Mon, 8 Oct 2018 13:01:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <36beb58f-94f2-cd9f-b954-bfc0d15594c5@bluestop.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Mon, 08 Oct 2018 11:01:57 +0000 (UTC) Subject: Re: Event Invitation: TianoCore Community Meeting - NAMO / EMEA X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 11:01:58 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 10/05/18 22:43, Rebecca Cran wrote: > I don't see any information about time/place/etc. - should there be an > attachment? There is an attachment on the original invite email, called "invite.cs". I see it on the instance of the invite that I got in my inbox directly, not reflected from the list (because I was named personally on the invite). However, the attachment is missing from the email reflected by the list software. This is not surprising: the edk2-devel list configuration strips all (or most) attachments. If I remember correctly, I've complained about this earlier -- such a list config is broken. It prevents people from sending screenshots (well-compressed PNG screenshots of virtual machines are a few tens of KB, they are perfectly suitable for mailing lists). It also prevents people from sending compressed log files in attachments. IIRC at one point I also had to base64-encode some binary file manually, and embed it in the normal body of the email, because I wanted the mailing list *archive* to preserve it. At least with the TianoCore Bugzilla, we have another option for saving binary artifacts necessary for debugging / bug reporting. The mailing list config remains broken however. Thanks Laszlo