Re: [exim] Filter on plussign

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Chris Edwards
日付:  
To: exim-users
題目: Re: [exim] Filter on plussign
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 "+++++"