At 05:28 PM 4/2/2002 -0500, Duncan Findlay wrote:
>> I am wondering is there anyway to stop spamd creating more than X child
>> processes
>> 
>
>Yes, but you need a CVS build, or apply the patch on bug 78
>http://bugzilla.spamassassin.org/showattachment.cgi?attach_id=3
>
>Then you can use the -m <num> option for maximum number of children.

I tried this with the latest CVS build that I just downloaded. Startup
command is:

   /usr/local/bin/spamd -u nobody -m 10 -D -L

The spamd process exits after properly processing exactly one request from
spamc. I verified this by restarting/checking what i did multiple times. I can't
imagine I'm doing something wrong. it just exits. Has anyone gotten this to
work? I'm on Solaris 7. I also tried this without a space between the "-m"
and the number of children expected. same results. Debug messages
follow:

root% /usr/local/bin/spamd -u nobody -m100 -D -L
debug: ignore: test message to precompile patterns and load modules
debug: using "/usr/local/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: running header regexp tests; score so far=0
debug: running body-text per-line regexp tests; score so far=2.8
debug: running uri tests; score so far=2.8
debug: running raw-body-text per-line regexp tests; score so far=2.8
debug: running full-text regexp tests; score so far=2.8
debug: local tests only, ignoring Razor
debug: is DNS available? 0
debug: checking RBL orbs.dorkslayers.com., set relay
debug: checking RBL relays.osirusoft.com., set relay
debug: checking RBL relays.ordb.org., set relay
debug: checking RBL ipwhois.rfc-ignorant.org., set rfci
debug: checking RBL relays.visi.com., set relay
debug: checking RBL results in set relay for 127.0.0.6
debug: checking RBL results in set relay for 127.0.0.4
debug: AWL active, pre-score: 4.4, mean: undef
debug: Post AWL score: 4.4
debug: is spam? score=4.4 required=5.1
server started on port 783
server pid: 21763
logmsg: server started on port 783
logmsg: connection from localhost [ 127.0.0.1 ] at port 64182
read_scoreonly_config: cannot open "/root/.spamassassin/user_prefs": Permission denied
debug: running header regexp tests; score so far=0
debug: running body-text per-line regexp tests; score so far=7.7
debug: running uri tests; score so far=13.3
debug: running raw-body-text per-line regexp tests; score so far=16.9
debug: running full-text regexp tests; score so far=16.7
debug: local tests only, ignoring Razor
debug: trying Received header date for real time:  Mon, 10 Dec 2001 11:50:28 -0500
debug: no Received headers found, not raising flag
debug: checking RBL orbs.dorkslayers.com., set relay
debug: checking RBL relays.osirusoft.com., set relay
debug: checking RBL relays.ordb.org., set relay
debug: checking RBL ipwhois.rfc-ignorant.org., set rfci
debug: checking RBL relays.visi.com., set relay
debug: checking RBL results in set relay for 127.0.0.6
debug: checking RBL results in set relay for 127.0.0.4
debug: AWL active, pre-score: 19.7, mean: undef
debug: Post AWL score: 19.7
debug: is spam? score=19.7 required=5.1
logmsg: identified spam (19.7/5.1) for root:60001 in   1 seconds.

root% 

Anyone have a clue?

reb




_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to