From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20398 invoked from network); 9 Feb 2021 05:03:18 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 9 Feb 2021 05:03:18 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Sun Feb 7 11:04:57 -0500 2021 Received: from abbatoir.fios-router.home (pool-74-101-2-6.nycmny.fios.verizon.net [74.101.2.6]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id cc2eeb9d (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sun, 7 Feb 2021 08:04:43 -0800 (PST) Message-ID: <321D2CB549BE360EFA80510890A45F79@eigenstate.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit To: 9front@9front.org Date: Sun, 07 Feb 2021 08:04:41 -0800 From: ori@eigenstate.org In-Reply-To: <4AA9118B19A066ED647C0EE7DC2D781E@arrow.hsd1.ca.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: session-based rich-client storage just-in-time-based layer Subject: Re: [9front] upas/vf: install % format specifier Reply-To: 9front@9front.org Precedence: bulk Quoth Michael Forney : > upas/vf was converted to use tmdate, but the formatter was never > installed. This caused it to send attachments to validateattachment > with header `From virusfilter %τ%`, which always failed since upas/fs > would just skip over the message. > > diff 9f73daae4c186334de5c9ee5b6bb0d9aa598f9bd 776cb37fd6894d9e73b252d60f386d3cfb7c876c > --- a/sys/src/cmd/upas/vf/vf.c Sat Feb 6 04:50:06 2021 > +++ b/sys/src/cmd/upas/vf/vf.c Sun Feb 7 01:22:23 2021 > @@ -140,6 +140,8 @@ > if(argc) > usage(); > > + tmfmtinstall(); > + > Binit(&in, 0, OREAD); > Binit(&out, 1, OWRITE); > > Applied, thanks.