http://bugzilla.spamassassin.org/show_bug.cgi?id=4410
------- Additional Comments From [EMAIL PROTECTED] 2005-06-20 13:00 -------
I'm not suggesting that this is *the* fix, but adding the
delete_socket_for_child() call like this into SpamdForkScaling::child_exited():
delete $self->{kids}->{$pid};
+ $self->{backchannel}->delete_socket_for_child($pid);
...has, at least for me, stopped the errors and makes spamd seem "happy". I'm
sure there's a more proper fix...this is just an FYI.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.