http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4693
------- Additional Comments From [EMAIL PROTECTED] 2006-03-15 03:44 ------- "Other than" the nasty warnings causing your log volume to go down in flames, does spamd continue to work OK? I'm assuming that copy_config doesn't time out on every message, right? You could avoid logging the errors. Obviously it wouldn't fix the problem, but at least you wouldn't get logged to death. Adding something like this at line 142 of Logger.pm would do it: return if ($level eq "warn" && $message[0] =~ /Attempt to free .* during global destruction/); ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
