https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7510
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kevin A. McGrail <[email protected]> --- I think perhaps the newer perl is more strict (or accurate) on a taint issue? What happens if you make the directory? Something like this might be in order in spamd to untaint the dir: if (mkdir untaint($spam_conf_dir), 0700) { That something you can modify and test to give feedback? regards, KAM -- You are receiving this mail because: You are the assignee for the bug.
