spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sendmail -bv


From: Dan Nelson
Subject: Re: sendmail -bv
Date: Thu, 4 Sep 2003 09:36:38 -0500
User-agent: Mutt/1.5.4i

In the last episode (Sep 04), Valentin Chopov said:
> On Wed, 3 Sep 2003, Dan Nelson wrote:
> > In the last episode (Sep 02), Valentin Chopov said:
> > > Last week I tried the CVSed spamass-milter. Is there any problems
> > > with the added "sendmail -bv". 2 times my server running
> > > spamass-milter increased it's load to >100 ;) and I had to kill
> > > the spamass-milter and start again. I think the major change from
> > > the previos version was added "sendmail -bv".
> >
> > What OS are you running?  So far the only system that seems to do
> > this is FreeBSD's libc_r threads.  My Debian machine has never done
> > this, and if I switch my FreeBSD 5 box to use libkse or libthr
> > threads, it works great.  It's probably a bug in libc_r's popen()
> > function.  I might just write a simple popen() replacement.
> 
> It's FreeBSD 4.8. I'll try it libkse or libthr threads too.

Unfortunately, libkse and libthr use FreeBSD 5.x kernel features and
won't run on 4.8.  You can disable the alias check until I commit a
workaround by changing this (around line 701):

    p = popen(buf, "r");
to
    p = NULL;

-- 
        Dan Nelson
        address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]