clam wrapper

Jerry Benton jerry.benton at mailborder.com
Fri Jan 29 21:11:13 UTC 2016


So i noticed errors creating /tmp/blah

wrapper code: 

TempDir=$(mktemp)

should be:

TempDir=$(mktemp -u)

based on how the wrapper is structured. Errors then go away.


Comments?

-
Jerry Benton
www.mailborder.com





More information about the MailScanner mailing list