> Hi Everyone,
> 
Hallo Gary,

> I have checked the permissions and they are all 777, so I don't think that
> will be a problem. The matter is now there's nothing get's written to the
> .mbox file. Here are the usage sizes of files.
> --------------------------------
> 102M    clonicoe.css
> 0       clonicoe.lock
> 18M     clonicoe.log
> 0       clonicoe.mbox
> 4.0K    clonicoe.mbox.size
> 0       clonicoe.mbox.stamp
> 4.0K    clonicoe.prefs
> 4.0K    clonicoe.retrain.log
> 4.0K    clonicoe.rstats
> 671M    clonicoe.sig
> 4.0K    clonicoe.stats
> --------------------------------
> 
> The following messages are not listed in the quarantine. The logs gives no
> further information. I have checked the file /var/dspam/.debug but it is
> empty.
> 
> 1258810614      S       [email protected] 4b07ecf6273221804284693
> test    0.011863        clonicoe        Quarantined     <
> [email protected]>
> 1258810614      S       [email protected] 4b07ecf6273332576611186
> test    0.010570        clonicoe        Quarantined     <
> [email protected]>
> --------------------------------
> 
> Other configurations include:
> cat .qmail  (Inside the home directory of the user)
> |/usr/bin/preline -f /usr/bin/maildrop
> 
> cat .qmail-default
> | /usr/bin/dspam --mode=teft --deliver=innocent --feature=chained,noise
> --user $...@$user --stdout | /home/vpopmail/bin/vdelivermail ''
> bounce-no-mailbox
> 
>  cat .qmail-innocent
> |/usr/local/bin/dspam --source=error --class=innocent --deliver=innocent
> 
> cat .qmail-spam
> |/usr/local/bin/dspam --source=error --class=spam
> 
> cat /home/clonicoe/.mailfilter
> xfilter "dspam --user clonicoe --deliver=innocent,spam --stdout"
> if (/^X-DSPAM-Result: spam/:h)
>
Should that not be:
if (/^X\-DSPAM\-Result:\s*(Spam|Virus|Blocklisted|Blacklisted)/:h)

I don't know QMail enough to say anything fully qualified. Does this here gets 
executed for every user:
> cat .qmail-default
> | /usr/bin/dspam --mode=teft --deliver=innocent --feature=chained,noise
> --user $...@$user --stdout | /home/vpopmail/bin/vdelivermail ''
> bounce-no-mailbox

I so, then your /home/clonicoe/.mailfilter file can be shortened to:
xfilter "dspam --user clonicoe --deliver=innocent,spam --stdout"
to /home/clonicoe/Maildir/

The reason I think it can be shortened is because you instruct DSPAM to only 
deliver innocent. Spam will not be delivered (it will go into quarantine). And 
since no mail with X-DSPAM-Result: Spam, X-DSPAM-Result: Blocklisted, 
X-DSPAM-Result: Blacklisted or X-DSPAM-Result: Virus will arrive to users mail 
box the additional if() check for that header is pointless.


> {
>         to /home/clonicoe/Spam # Note: mbox format. dspam_corpus is
> incapable of taking Maildir
> }
> else
> {
>         to /home/clonicoe/Maildir/
> }
> 
> Anywhere I got wrong?
> 
What do you have used in dspam.conf for QuarantineAgent? Maybe you could post 
your whole dspam.conf?



> Thanks for your advices.
> 
> Regards,
> Gary.
>
// Steve

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to