From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14807 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [PATCH] Use open_memstream(3) for more efficient asprintf Date: Mon, 14 Oct 2019 08:12:12 -0400 Message-ID: <20191014121212.GK16318@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="251072"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-14823-gllmg-musl=m.gmane.org@lists.openwall.com Mon Oct 14 14:12:27 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1iJzD9-0013D7-DN for gllmg-musl@m.gmane.org; Mon, 14 Oct 2019 14:12:27 +0200 Original-Received: (qmail 28342 invoked by uid 550); 14 Oct 2019 12:12:25 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 28321 invoked from network); 14 Oct 2019 12:12:24 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14807 Archived-At: On Mon, Oct 14, 2019 at 02:56:36AM -0400, Alex Brachet-Mialot wrote: > That's strange, I looked on the archives and it looks like my > attachment was in a weird format, something my email client did > perhaps. Here it is copied I'll also try again with .txt extension so > my mail client is less confused hopefully. Sorry about that. It came through ok -- the attachment was just marked as a binary file rather than text. If your mailer can send text attachments without mangling the content, it's preferable to send as text so that archive/recipients' mail software will show them, but either is okay and binary (application/octet-streaam) can be better if you're at all worried that your mailer will mess things up, e.g. replacing tabs with spaces. Rich