Re: [exim] malformed numerical string / system filter

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Oliver Heesakkers
Data:  
Para: exim-users
Assunto: Re: [exim] malformed numerical string / system filter
Op Monday 09 June 2008 17:18:53 schreef Anja Gawlik:
> (...)
> ** This is my system.filter:
>
> if $h_X-Spam-Score above 7.5
> then
> headers add "NewSubject: **** SPAM_DETECTED **** $h_Subject:"
> headers remove Subject
> headers add "Subject: $h_NewSubject:"
> headers remove NewSubject
> finish endif
> in system.filter
>
> ** This is what I find in my headers afterwards:
>
> X-Spam-Score: -2.5
> X-Spam-Bar: --
>
> (...)


You could (or should) setup an ACL to add a temporary header and then have the
filter test on the existance of that header.