Seeking recommendation for anti-spam software

Roland Smith rsmith at xs4all.nl
Wed Jun 6 22:01:52 UTC 2007


On Wed, Jun 06, 2007 at 01:21:58PM -0500, David Kelly wrote:
> > Bogofilter works very well, after you've trained it with some spam &
> > ham. You can get a head start by starting from someone else's wordlist.

BTW, I'd be happy to share my wordlist. At ≈12MB it's kinda large though.

> Yes, works very well for me too. Am running it in parallel with other
> spam filters and find if I was to have only one spam filter it would be
> bogofilter. Found SpamAssassin to be very resource intensive and its
> processing (lookup time) slow.
> 
> Bogofilter is lean and effective. Only negative is that it needs to be
> trained.
> 
> > But I'm running it from procmail on my mail only.  I've never bothered
> > to integrate it into postfix.
> 
> Would be very handy if someone were to make a port of scripts with
> something like ADD_SPAM, NOT_SPAM, and SPAM folders under IMAP to drive
> bogofilter remotely from an email client. Train as spam messages placed
> in ADD_SPAM and then move them into something like ADDED_SPAM. Have
> bogofilter place found spam in SPAM, user puts falses in NOT_SPAM.
> Scripts train bogofilter on contents of NOT_SPAM and put in something
> like NOT_SPAMMED. Users may clean out SPAM, ADDED_SPAM, and NOT_SPAMMED
> as they fill. The point is to never throw anything away with the
> scripts.

I've defined two macros in Mutt; for training bogofilter to see a
message as Ham or Spam;

macro index S "<enter-command>unset wait_key\n\
<pipe-entry>bogofilter -Ns\n\
<enter-command>set wait_key\n\
<delete-message>" "requalify and delete message as spam"

macro index H "<enter-command>unset wait_key\n\
<pipe-entry>bogofilter -Sn\n\
<enter-command>set wait_key\n" "requalify message as non-spam"

This is for my personal database, of course. 

But if users can send spam to a special mailbox, it should not be too hard to
run that through bogofilter as training material in a cron-job.

> Then on top of that one ought to have some means of global spam filter
> database in addition to per-user databases.

That is possible. Look at the bogofilter FAQ.

Roland
-- 
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070606/73eab84a/attachment.pgp


More information about the freebsd-questions mailing list