Re: [Exim] String expansion: repeat a character sequence n t…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Christian Vogel
日付:  
To: Sheldon Hearn
CC: exim-users
題目: Re: [Exim] String expansion: repeat a character sequence n times
Hi Sheldon,

>       match {$h_X-Spam-Score:}{${repeat{\\\\+}{MAILBOX_SPAMTAG_THRESH}}} \


have you tried this?
        match {$header}{\+{MAILBOX_SPAMTAG_THRESH,}}


In regular expressions you can use "pattern{1,5}" to mean
"from one up to 5 times the pattern" or pattern{7,} to mean
"minimum of 7 times the pattern".


        Chris


--
Christian Vogel -- chris@???