https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7790
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor CC| |[email protected] --- Comment #2 from [email protected] --- I have tried pyzor 1.0 with "--homedir HOMEDIR" options format and it worked. So the issue importance can be lowed to "minor". But I still think that it would be useful to allow '=' in pyzor_options or to mention "--homedir HOMEDIR" format in spamassassin documentation. Running "pyzor --help" lists only "--homedir=HOMEDIR" options format so it is not evident that it is possible to use ' ' instead of '='. P.S. It may be also useful to add a warning message if pyzor_options value contains forbidden characters and add modify "internal error, python traceback seen in response\n" warning message in Pyzor.pm by adding actual python traceback to it. I am using spamassassin as a part of mimedefang and was very surprised to see an error message from mimedefang-multiplexor about python traceback as both spamassassin and mimedefang are written in perl, not python :). It was rather difficult to find out that actual reason of these messages in my case was the following: spamassassin silently ignored my custom pyzor_options due to '=' characters and run pyzor without any options and pyzor tried to create homedir in default (i.e. wrong) location and failed with python traceback due to lack of permissions to do that. -- You are receiving this mail because: You are the assignee for the bug.
