Re: [SLUG] Spamassassin score and evolution

From: Larry Brown (larry.brown@dimensionnetworks.com)
Date: Fri Mar 28 2008 - 16:45:53 EST


On Fri, 2008-03-28 at 14:22 -0400, Eben King wrote:
> On Fri, 28 Mar 2008, Matthew Rogers wrote:
> Anyway, anyone help would be appreciated.
>
> > I use dovecot + sieve filtering to put Spam from spamassasin in my IMAP junk
> > folder. Client independent.
> >
> > require "fileinto";
> > if exists "X-Spam-Flag" {
> > fileinto "Junk";
> > }
>
> On my system, it's (by default) filtered by procmail, using this code in
> ~/.procmailrc :
>
> # Mails with a score of 5 or higher are almost certainly spam
> # Let's put them in a different mbox. (This one is optional.)
> :0:
> * ^X-Spam-Level: \*\*\*\*\*
> almost-certainly-spam
>
> # All mail tagged as spam (eg. with a score higher than the set threshold)
> # is moved to "probably-spam".
> :0:
> * ^X-Spam-Status: Yes
> probably-spam
>
> But I commented them out because I prefer to use pine's filters, as I
> understand them better. That and I didn't want to have to do surgery to
> change it each time I revised the cut-off.
>

Thanks guys, I'll ponder this a bit...

Larry

-- 
Larry Brown <larry.brown@dimensionnetworks.com>

----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:27:49 EDT