Hi,
I use dspam 3.8.0 with this configuration file:
Home /var/lib/dspam
StorageDriver /usr/lib64/libhash_drv.so
TrustedDeliveryAgent "/usr/lib64/dovecot/deliver"
TrainingMode teft
TestConditionalTraining on
Feature whitelist
Algorithm graham burton
PValue graham
Preference "spamAction=tag"
Preference "signatureLocation=headers"
Preference "showFactors=on"
Preference "spamSubject= "
Notifications off
LocalMX 127.0.0.1
SystemLog on
UserLog on
ServerPort 26
ServerQueueSize 32
ServerPID /var/run/dspam.pid
ServerMode auto
ServerParameters "--deliver=innocent"
On running it I got:
# cat /home/public/mail/system
From MAILER_DAEMON Wed Nov 14 15:36:44 2007
Date: Wed, 14 Nov 2007 15:36:44 +0300
From: Mail System Internal Data <[EMAIL PROTECTED]>
Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA
Message-ID: <[EMAIL PROTECTED]>
X-IMAP: 1195029236 0000000005
Status: RO
This text is part of the internal format of your mail folder, and is not
a real message. It is created automatically by the mail system software.
If deleted, important folder data will be lost, and it will be re-created
with the data reset to initial values.
# cat /home/public/mail/system | dspam --user enp -- -d enp
#
So I see nothing in console and in syslog. I even can't see
/usr/lib64/dovecot/deliver call with strace -f. Why can it be?
--
Thanks,
Eugene Prokopiev