[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: [vps-mail] Bayes filter
- Subject: Re[2]: [vps-mail] Bayes filter
- From: Abigail Marshall <abigail@xxxxxxxxxxxx>
- Date: Fri, 30 Jan 2004 15:42:06 -0800
JS> Scott,
JS> Thanks for the reply but here's what I'm up against.
Jim,
You can feed extra ham or spam to Bayes using items filtered
through procmail, and automate the process somewhat.
Here is what I do:
Certain kind of spam is filtered directly by procmail,
before being screened by SA. Some of my procmail recipes are
geared to find items that are 99.9% sure to be spam, such as
items with subjects or links that
are always associated with spam.
So, after the selected recipes in procmail, I have command
that looks something like this:
{
LOG="Spam Subject "
:0 c
/var/tmp/spamfile
:0
/dev/null
}
I then have a cron job running nightly to run salearn on the
"spamfile"; after that, the cron job deletes the spamfile,
so a new one will be started.
I don't do this with ham, but it could easily be done.
So basically, there's a solution to your problem, but it
will take a little bit of work to set it up to your liking.
-Abigail
======================================================================
This is <vps-mail@xxxxxxxxxxxx> <http://www.perlcode.org/lists/>
Before posting a question, please search the archives (see above URL).
Main Index |
Thread Index