clam wrapper

Jerry Benton jerry.benton at mailborder.com
Fri Jan 29 21:18:28 UTC 2016


yeah … fixing this with mktemp -d and rewriting the wrapper code


-
Jerry Benton
www.mailborder.com



> On Jan 29, 2016, at 4:11 PM, Jerry Benton <jerry.benton at mailborder.com> wrote:
> 
> 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