[9front] upas/vf: install %τ format specifier
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.
This commit is contained in:
parent
d5f9514304
commit
827bf1b7da
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ main(int argc, char **argv)
|
|||
if(argc)
|
||||
usage();
|
||||
|
||||
tmfmtinstall();
|
||||
|
||||
Binit(&in, 0, OREAD);
|
||||
Binit(&out, 1, OWRITE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue