http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4722
------- Additional Comments From [EMAIL PROTECTED] 2005-12-07 00:27 ------- (In reply to comment #4) > that said, it might be worth producing a patch for 3.1.0 as I'm sure it's an > issue there, too. Yeah, though I don't feel really strongly either way. +0 basically. It's a trivial patch, but the likelihood people are running into this issue is small. The issue comes down to our call to "do $module" which does no error checking (like the module is in %INC) as require does. The problem only happens when you have a single perl interpreter trying to load the same module twice, which would typically only happen if you have multiple Mail::SpamAssassin objects in memory, which most people wouldn't do. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
