On Thu, 2003-06-05 at 09:40, Ryan wrote: 
> I've been using bogofilter (http://bogofilter.sourceforge.net/) with
> procmail with great success. A few false negatives now and then but I
> haven't seen a false positive yet. The only thing I don't like about the
> setup is that I have to go to a commandline to mark the spam that slipped
> through bogofilter as spam. I wish that I could just throw something in a
> cron job that every couple hours it would re-compute its wordlists based
> on the contents of my spam folders and my other folders. Does anyone have
> a script that does this? I hear that spamprobe
> (http://spamprobe.sourceforge.net/) (not used it yet) has this capability
> built-in. Maybe I'll try switching to see how it works.


I've been using spamprobe for months now.  It is wonderful.  Move spam
to spam mbox and spamprobe does the rest.  You can find an ebuild here:

http://bugs.gentoo.org/show_bug.cgi?id=19192

Once installed, I use the following cron entries:

spamprobe good /home/skk/mail/inbox
spamprobe spam /home/skk/mail/spam

and the procmail entry:

:0
SCORE=| /usr/bin/spamprobe receive
:0 wf
| formail -I "X-SpamProbe: $SCORE"
:0 a:
*^X-SpamProbe: SPAM
spam

I'm using mbox, I have not used this is with maildir, or other mail
storage methods.

--
Steven Knight  [EMAIL PROTECTED]   IM : skkataim

and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.

-- Ulysses by Alfred Lord Tennyson


--
[EMAIL PROTECTED] mailing list

Reply via email to