Re: [exim] Filter on plussign

Top Page
Delete this message
Reply to this message
Author: Lasse B. Jensen
Date:  
To: exim-users
Subject: Re: [exim] Filter on plussign
Lasse B. Jensen wrote:
> I got at header that looks like this
>
> X-SpamScore: +++++
>
> i want to match it in my exim filter but i cant get it to work, i wont
> match on the plussign
>
> my filter looks like this for matching on s
>
> # Exim filter
> if $header_x-spamscore: matches "s{5,}" then
>      finish
> endif

>
> Matches on 5 or more s's
>
> This works perfectly, but i cant get it to work with plussign ala
>
> # Exim filter
> if $header_x-spamscore: matches "+{5,}" then
>      finish
> endif

>
> Anyone got an idea?


Doesn't anybody else filter on spam score from exiscan output?


--
Med venlig hilsen/Best regards
Lasse Birnbaum Jensen