From 827bf1b7da635b1018cbcc515f0ce2c074337629 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 7 Feb 2021 08:02:36 -0800 Subject: =?UTF-8?q?[9front]=20upas/vf:=20install=20%=CF=84=20format=20spec?= =?UTF-8?q?ifier=20upas/vf=20was=20converted=20to=20use=20tmdate,=20but=20?= =?UTF-8?q?the=20formatter=20was=20never=20installed.=20=20This=20caused?= =?UTF-8?q?=20it=20to=20send=20attachments=20to=20validateattachment=20wit?= =?UTF-8?q?h=20header=20`From=20virusfilter=20%=CF=84%`,=20which=20always?= =?UTF-8?q?=20failed=20since=20upas/fs=20would=20just=20skip=20over=20the?= =?UTF-8?q?=20message.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/src/cmd/upas/vf/vf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/src') diff --git a/sys/src/cmd/upas/vf/vf.c b/sys/src/cmd/upas/vf/vf.c index 2355db5b8..752d89f4c 100644 --- a/sys/src/cmd/upas/vf/vf.c +++ b/sys/src/cmd/upas/vf/vf.c @@ -140,6 +140,8 @@ main(int argc, char **argv) if(argc) usage(); + tmfmtinstall(); + Binit(&in, 0, OREAD); Binit(&out, 1, OWRITE); -- cgit v1.2.3