https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8057
Sidney Markowitz <sid...@sidney.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sid...@sidney.com --- Comment #2 from Sidney Markowitz <sid...@sidney.com> --- (In reply to Loren Wilton from comment #1) > Is it possible to put the executable name, including the path, in double > quotes? I tried that, and it doesn't work. The code creates a single command line string that it passes to exec, which when passed a single string like that splits it into words by spaces before anything is passed to the shell. The fix for this should not be difficult, but it will require a change in the code. -- You are receiving this mail because: You are the assignee for the bug.