From 827bf1b7da635b1018cbcc515f0ce2c074337629 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 7 Feb 2021 08:02:36 -0800 Subject: [PATCH] =?UTF-8?q?[9front]=20upas/vf:=20install=20%=CF=84=20forma?= =?UTF-8?q?t=20specifier=20upas/vf=20was=20converted=20to=20use=20tmdate,?= =?UTF-8?q?=20but=20the=20formatter=20was=20never=20installed.=20=20This?= =?UTF-8?q?=20caused=20it=20to=20send=20attachments=20to=20validateattachm?= =?UTF-8?q?ent=20with=20header=20`From=20virusfilter=20%=CF=84%`,=20which?= =?UTF-8?q?=20always=20failed=20since=20upas/fs=20would=20just=20skip=20ov?= =?UTF-8?q?er=20the=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(+) 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);