Hey all,
I just finished setting up a qmail server with DSPAM/vpopmail/clamav. I
pretty much followed the qmailrocks.org setup minus squirrelmail. I am
trying to train my globaluser so that all the incoming mail can be based
off of that at first (rtfm..) until users get enough forwarded mail. I
am anticipating to find that not many users are going to forward much if
any mail to our spam and notspam@domain.com alias', 1. because of turn
around 2. because they may not grasp this idea.
I followed this instructions for using the SA Trainer and ran
# ./publiccorpus.pl globaluser
Of course I had to have verbose debugging on. haha...
I then forwarded mail from my junk folder to a new account that I set up
on my test box to see if it was tagged spam, dspam.messages says "Not
Spam". So I sent it to spam@domain.com (ill post .qmail in a second).
And then I re-forwarded the message and it was still tagged "Not Spam".
Is this because the data from the public SA corpus is slightly out of
date and may not have learned the new spam methods yet? Or is there
something else I have failed to do yet? I have not yet set up the WebUI
for testing the quarantine yet either.
The related files for this:
The training command: $user = globaluser
dspam --user $user --class=$class --source=corpus < $corpus/$file
# cat group
groupname:classification:*globaluser
The .qmail- in my /home/vpopmail/domains/thefootclan.com (hah, for testing)
# cat .qmail-default (i commented this file for myself to test which
documented way worked)
| /home/vpopmail/qtrap/qtrap.sh
# qmailrocks
| /etc/dspam/bin/dspam --deliver=innocent --user $EXT@$USER --debug
--mode=teft --feature=chained,noise,whitelist --stdout -p -m
#DSPAM WIKI | /etc/dspam/bin/dspam --user $EXT@$HOST
--deliver=innocent,spam --mode=teft --feature=chained,noise,whitelist
--stdout -p -m
#ORIGNINAL | /etc/dspam/bin/dspam --deliver=innocent --user globaluser
--debug --mode=teft --feature=chained,noise,whitelist --stdout -p -m
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
# cat .qmail-spam
|/etc/dspam/bin/dspam --user $NEWSENDER --debug --mode=teft --class=spam
--source=error
# cat .qmail-notspam
|/etc/dspam/bin/dspam --user $NEWSENDER --debug --mode=teft
--class=innocent --source=error --stdout
Any advice would be great!
Adam
Received on Fri Sep 15 09:05:55 2006
This archive was generated by hypermail 2.1.8 : Fri Oct 20 2006 - 07:38:25 CEST