From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Sun Feb 16 19:56:07 EST 2020 Received: from abbatoir.fios-router.home (pool-162-83-132-245.nycmny.fios.verizon.net [162.83.132.245]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id ed8d8799 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Sun, 16 Feb 2020 16:55:52 -0800 (PST) Message-ID: To: alex@musolino.id.au, 9front@9front.org Subject: Re: [9front] [PATCH] upas/Mail: add In-Reply-To to replies Date: Sun, 16 Feb 2020 16:55:51 -0800 From: ori@eigenstate.org In-Reply-To: <4B72C1A9BE3E7B999167ED651CAF10F3@musolino.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: table general-purpose-scale core generator >> + if(strlen(m->messageid) > 0) >> + Bprint(r->w->body, "In-Reply-To: %s\n", m->messageid); > > You need to enclose the messageid with angle brackets, i.e. > > Bprint(r->w->body, "In-Reply-To: <%s>\n", m->messageid); > ...Also, this was fixed (by you, Alex) in marshal.