https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8050
--- Comment #17 from RvdH <ruud.vd.h...@gmail.com> --- Still kinda curious why the --helper-home-dir only is ignored on windows if (!am_running_on_windows()) { } When --helper-home-dir on windows is used on Windows it works OK, i was only this part that did not work on correctly on Windows # try user home (if different from helper home) my $home = (Mail::SpamAssassin::Util::portable_getpwuid ($>))[7]; if ($home && $home ne $helper_dir) { my $dir = File::Spec->catdir($home, ".spamassassin"); return if $self->test_global_state_dir($dir); } -- You are receiving this mail because: You are the assignee for the bug.