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.
_
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