Hi All!

I've got this in my /var/log/dspam/dspam.log:
91549: [11/12/2007 13:19:24] bailing on error -2
91549: [11/12/2007 13:19:24] received invalid result (! DSR_ISSPAM || 
DSR_INNOCENT) : -2
every time, when dspam start with --source=error to retrain from mail alias.
It annoys me, but retrain works well actually, as seen by dspam_stats. Looks 
like dspam works well at all, except those log strings with bailing.
What does it mean? What's wrong with my config?

ARCH: FreeBSD 5.4-RELEASE
I use dspam-3.6.8_2 with exim-4.68 without SA.


In exim config i use:
- for spamcheck:
dspam --user testmail --deliver=innocent -oMa $sender_host_address [EMAIL 
PROTECTED]

- for spam retrain: 
dspam --user testmail --class=spam --source=error

- for ham retrain:
dspam --user testmail --class=innocent --source=error


In dspam.conf i use:
Home /var/db/dspam
StorageDriver /usr/local/lib/libhash_drv.so
TrustedDeliveryAgent "/usr/local/sbin/exim -oMr spam-scanned"
OnFail error
Trust root
Trust mail
Trust mailnull
TrainingMode toe
TestConditionalTraining on
Feature noise
Feature chained
Algorithm graham burton
PValue graham
SupressWebStats on
Preference "spamAction=quarantine"
Preference "signatureLocation=headers"
Preference "showFactors=on"
Preference "makeCorpus=on"
Preference "spamSubject=*SPAM*"
Preference "enableWhitelist=on"
HashRecMax              3145739
HashAutoExtend          on
HashMaxExtents          0
HashExtentSize          49157
HashMaxSeek             100
HashConnectionCache     10
IgnoreHeader X-SA-Do-Not-Run
IgnoreHeader X-SA-Exim-Connect-IP
IgnoreHeader X-SA-Exim-Version
IgnoreHeader X-SA-Exim-Scanned
IgnoreHeader X-SA-Exim-MailFrom
IgnoreHeader X-Spam-Checker-Version
IgnoreHeader X-Spam-Level
IgnoreHeader X-Spam-Status
IgnoreHeader X-UnTrusted-Relay
Notifications   off
LocalMX 212.0.65.7
SystemLog on
UserLog   off
Opt out
MaxMessageSize 307200
ProcessorBias on

Reply via email to