https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8090
Henrik Krohns <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Henrik Krohns <[email protected]> --- 3.4 only opens database while it's queried, 4.0 keeps the file open for performance since many plugins may use it. Normal Windows shenanigans locking an opened file: C:\Strawberry>perl -e "open(FOO, '<C:/temp/test.txt') and sleep(30)" ... C:\temp>move test2.txt test.txt Overwrite C:\temp\test.txt? (Yes/No/All): y Access is denied. There is no memory load option from what I see and maxmind code requires a physical existing file, only thing we might do is copying the database to some temporary location and use it from there. That would probably get very messy too with processes coming and going. -- You are receiving this mail because: You are the assignee for the bug.
