On Thu, 21 Apr 2005, Lasse B. Jensen wrote:
| > 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?
If you're finding regex matches tricky, then just try "contains" e.g:
if $header_x-spamscore: contains "+++++"