Re: [SLUG] Spamassassin score and evolution

From: Matthew Rogers (matt@runithard.com)
Date: Fri Mar 28 2008 - 12:15:19 EST


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";
}

Cheers,

Matthew Rogers
LVL 76 Paladin

Larry Brown wrote:
> Does anyone know of a good way to filter by Spamassassin score in
> Evolution? For some reason my MailScanner implimentation is marking
> messages as spam even through their score is less than 6 which is what
> the config is set to and what the mail header shows to be the limit.
> I'd rather simply change where the decision is made as to whether it is
> spam to my client where I can dump if score > 4 etc. The score option
> in Evolution was determined to be an internal score that Evolution keeps
> within its filters, not the score set by spamassassin.
>
> Anyway, anyone help would be appreciated.
>
> TIA,
>
> Larry
>
>
> -----------------------------------------------------------------------
> 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 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:46 EDT