[Exim] Quick Regex Query

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Andrew Chant
日付:  
To: exim-users
題目: [Exim] Quick Regex Query
hi,

I trying to set a condition, but with no regex knowledge whatsoever it's
proving difficult.
I'd be grateful if someone could spare a minute to put it correct.

Basicly I need to find where "domain.com" (as an example) appears in the
received by headers.

so

condition = ${if match{$h_received:}{somthing here}{true}{false}}

Many Thanks

Andy