User-trainable spam filtering with Exim and Dovecot
Posted
by
pascal
on Server Fault
See other posts from Server Fault
or by pascal
Published on 2012-10-03T15:24:31Z
Indexed on
2012/10/03
15:38 UTC
Read the original article
Hit count: 360
Currently I'm using Exim to deliver mails via dovecot-lda
into Dovecot mailboxes. I'd like to add spam filtering, but I don't want to reject false-positives in Exim, and I want to train the bayesian filter from the client.
So: How do I configure a spamd such that spam lands in a Junk
folder, and when the user finds spam in their Inbox
, or ham in their Junk
, they move it to the correct box which trains the spamd.
I have found dovecot-antispam but I'm not sure about its quality, it only seems to support dspam (and crm114, which is dead, last release August 2009).
© Server Fault or respective owner