Greg Kopp said:
> No.. My init script (in part) looks like this:
>
> case "$1" in
>    start)
>          # Start daemon.
>          echo -n "Starting spamd: "
>          daemon spamd -x -u spamd -H /home/spamd -d -v -m 10
>          RETVAL=$?
>          touch /var/lock/spamd
>          echo
>          ;;
>

I.c.  I was referring in my original post to the script Dan is using,
which checks for settings from /etc/sysconfig/spamassassin first, if it
exists.  I'm not sure why it doesn't limit the processes as directed. 
Perhaps this is a perl 5.6.x (maybe threading?) compatiblity issue, but I
don't want to make speculations without some sort of proof.  It appears
updating to 3.0 which pre-forks the processes works correctly.

--
Jon


Reply via email to