Re: [SAtalk] bug in spamd defunct process reaper

2002-01-24 Thread Justin Mason
Tom Lipkis said: > Looks like the waitpid() loop got put in the wrong place in spamd in the > 2.0 release. It needs to be the last statement in the for, but it ended up > as the last statement in the spawned sub, so runs in the wrong process. doh, well spotted. --j. _

[SAtalk] bug in spamd defunct process reaper

2002-01-23 Thread Tom Lipkis
Looks like the waitpid() loop got put in the wrong place in spamd in the 2.0 release. It needs to be the last statement in the for, but it ended up as the last statement in the spawned sub, so runs in the wrong process. Tom *** spamd/spamd.raw.origFri Jan 18 20:30:51 2002 --- spamd/spam