#861768 opendkim-tools: "opendkim-testmsg -t $(pwd) -K" does not leave temporary files in the current directory #861768
- 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
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,