Re: Which spam filter do you use?
* On Fri, Oct 05, 2007 M. Fioretti (mfioretti@xxxxxxxxxxx) muttered:
> On Fri, Oct 05, 2007 14:25:43 PM +0800, Wilkinson, Alex wrote:
> Another approach, valid also on Imap and compatible with webmail, is
> to just move all the spam missed by bogofilter in a predefined with a
> macro,
When imap is involved sieve really is the way to go.
e.g.
# spam level 5 * or more
if header :contains "X-Spam-Level" "*****" {
fileinto "INBOX/spam";
stop;
}
HTH,
Michael
--
Excusing bad programming is a shooting offence, no matter _what_ the
circumstances.
-- Linus Torvalds, to the linux-kernel list
PGP-Key-ID: 0xDC1A44DD
Jabber: init[0]@amessage.de