Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2010 23:46:54 +0100
From:      RW <rwmaillists@googlemail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: spamd exits on line 2585 unexpectedly... .
Message-ID:  <20100608234654.649b8d0c@gumby.homeunix.com>
In-Reply-To: <20100608175125.GA24521@thought.org>
References:  <20100608175125.GA24521@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 8 Jun 2010 10:51:28 -0700
Gary Kline <kline@thought.org> wrote:

> 
> 	anybody know why /usr/local/bin/spamd bailed on me like this? 
> 
> child process [2377] exited or timed out without signaling
> production of a PID file: exit 25 at /usr/local/bin/spamd line
> 2585.

This was discussed on the ports list some time ago - I don't think they
came to any real conclusion. Someone said that sa-update had solved it,
someone fixed it by deleting and then reinstalling relevant ports.

> 	seems to have begun while i was upgrading my server, but
> 	beyond that, i'm wedged.  i would like to install dspam
> 	*with* this--spamassassin, if that will work.  not entirely
> 	sure how to make that happen.

The easiest way to do that is to pipe it though dspam 

  dspam --stdout --deliver=innocent,spam

and then add an SA header test like:

  header   DS_SPAM        X-DSPAM-Result =~ /^Spam/
  tflags   DS_SPAM        learn
  score    DS_SPAM        3.5 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100608234654.649b8d0c>