http://bugzilla.spamassassin.org/show_bug.cgi?id=4410
------- Additional Comments From [EMAIL PROTECTED] 2005-06-21 10:02 -------
'When the errors occur, main_ping_kids() runs child_error_kill(), sending it the
long-dead kid's pid. child_error_kill() runs set_child_state() on that pid.
Now there's an entry in $self->{kids} for the pid that's long gone and will
never be acted on. If there are enough of these, adapt_num_children() won't
spawn any more kids until spamd is restarted.'
actually, yes, you're right -- and the effect is that it's now limited to (e.g.)
two children only instead of whatever --max-children is set to, limiting its
throughput.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.