[Bug 8050] [REVIEW] Fix global_state_dir on Windows

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8050 --- Comment #36 from Sidney Markowitz --- Henrik, is patch v4 ready for voting again? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 8052] Unclear OLEMACRO_RENAMED semantics

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8052 Sidney Markowitz changed: What|Removed |Added CC||sid...@sidney.com

[Bug 8050] [REVIEW] Fix global_state_dir on Windows

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8050 --- Comment #31 from Henrik Krohns --- (In reply to Sidney Markowitz from comment #30) > (In reply to Henrik Krohns from comment #28) > > It certainly does require "use Win32" here, just like mentioned in > > https://perldoc.perl.org/Win32

[Bug 8050] [REVIEW] Fix global_state_dir on Windows

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8050 --- Comment #30 from Sidney Markowitz --- (In reply to Henrik Krohns from comment #28) > It certainly does require "use Win32" here, just like mentioned in > https://perldoc.perl.org/Win32 > > > STRAWBERRY > > C:\Strawberry>perl\bin\perl

[Bug 8050] [REVIEW] Fix global_state_dir on Windows

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8050 --- Comment #35 from RvdH --- I just ran a test, i like it -- You are receiving this mail because: You are the assignee for the bug.

[Bug 8050] [REVIEW] Fix global_state_dir on Windows

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8050 Sidney Markowitz changed: What|Removed |Added Attachment #5830|0 |1 is obsolete|

[Bug 8052] New: Unclear OLEMACRO_RENAMED semantics

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8052 Bug ID: 8052 Summary: Unclear OLEMACRO_RENAMED semantics Product: Spamassassin Version: 3.4.6 Hardware: PC OS: Linux Status: NEW Severity: normal

[Bug 8050] [REVIEW] Fix global_state_dir on Windows

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8050 --- Comment #34 from Sidney Markowitz --- (In reply to RvdH from comment #33) > If adding require Win32; would slow things down massively, No slowdown at all, in fact as demonstrated by my tests working before I was reminded to add the

[Bug 8050] [REVIEW] Fix global_state_dir on Windows

2022-09-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8050 --- Comment #33 from RvdH --- If adding require Win32; would slow things down massively, what about simply using the environment variable that Windows sets itself? File::Spec->catdir($ENV{'ALLUSERSPROFILE'}, ".spamassassin");