Making your Spam mail box easier to check for Ham...

Boris 'pi' Piwinger 3.14 at logic.univie.ac.at
Sat Jun 28 12:37:29 CEST 2003


Jake Di Toro <karrde+bogofilter at viluppo.net> wrote:

>:0
>* ^X-Bogosity: Yes
>{
>
>   :0
>   * ^X-Bogosity:(.*\<)spamicity=\/[0-9\.]*
>   SPAMICITY=$MATCH

I don't see you later use $SPAMICTY. So this can go

>   :0 f
>   * ^Subject:\/.*
>   | formail -I "Subject: $SPAMISITY $MATCH"

I'd rather use something like:

LOG="Spam: $MATCH
  "

And then:

LOGABSTRACT=ALL
>   :0:
>   <spamfolder>
>}

In effect (untested;-):

:0
* ^X-Bogosity:(.*\<)spamicity=\/[0-9\.]*
{
  LOG="Spam: $MATCH
  "
  :0:
  spam
}

pi




More information about the Bogofilter mailing list