From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17034 invoked by alias); 16 Jan 2019 17:08:33 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 17016 invoked by uid 89); 16 Jan 2019 17:08:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=msgid, HTo:U*mark, Hx-languages-length:619 X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 Jan 2019 17:08:32 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 05BA55D608; Wed, 16 Jan 2019 17:08:31 +0000 (UTC) Received: from redhat.com (ovpn-116-41.phx2.redhat.com [10.3.116.41]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C332A4F83; Wed, 16 Jan 2019 17:08:30 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.91) (envelope-from ) id 1gjog1-0000Vu-7G; Wed, 16 Jan 2019 12:08:29 -0500 Date: Wed, 16 Jan 2019 17:08:00 -0000 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: Ulf Hermann , "elfutils-devel@sourceware.org" Subject: Re: [PATCH] Skip run-readelf-compressed.sh test if built without bzip2 Message-ID: <20190116170829.GA30915@redhat.com> References: <67ff4de2-fd5a-0ba8-0b5d-173c5619a88b@qt.io> <20190113222345.GA42164@wildebeest.org> <6f51f9c8-fa73-9689-3717-0aef90ec39d9@qt.io> <92143e775192a6755f22c196a3248dc0867c3400.camel@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92143e775192a6755f22c196a3248dc0867c3400.camel@klomp.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 16 Jan 2019 17:08:31 +0000 (UTC) X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00052.txt.bz2 Hi - > It might just be git am. It does display fine in my mua too, it is just > git am doesn't seem to like the raw message: > > https://sourceware.org/cgi-bin/get-raw-msg?listname=elfutils-devel&date=2019-q1&msgid=67ff4de2-fd5a-0ba8-0b5d-173c5619a88b%40qt.io That could be because of sourceware's anti-spammer mangling of the addresses in email headers. I don't know if this is worth keeping, but I use this pipeline for applying get-raw-msg? outputs: wget -q -O - "$f" | sed '/^From:/s/ at /@/' | sed '/^From:/s/ dot /./g' | git am - FChE