#861768 opendkim-tools: "opendkim-testmsg -t $(pwd) -K" does not leave temporary files in the current directory

Package:
opendkim-tools
Source:
opendkim
Description:
utilities for administering the OpenDKIM milter
Submitter:
Daniel Kahn Gillmor
Date:
2019-12-30 17:51:05 UTC
Severity:
normal
#861768#5
Date:
2017-05-03 19:26:21 UTC
From:
To:
It looks to me like the path argument to opendkim-testmsg isn't working:

0 $ ls
example.eml
0 $ ls /tmp
0 $ opendkim-testmsg -t $(pwd) -K < ./example.eml
opendkim-testmsg: dkim_eom(): Bad signature
70 $ ls
example.eml
0 $ ls /tmp
dkim.opendkim-testmsg.8Dtj3g
dkim.opendkim-testmsg.CsZJp3
0 $

Regards,