[Exim] Regex Help

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Perkel
日付:  
To: exim-users
題目: [Exim] Regex Help
I need some help writing a regex to find this condition:

looking for the string "*http://" <---- yes the "*" is part of the string

that is not followed by "yahoo" within 10 characters.

So - *http://www.porn.com --- matches

but *http://news.yahoo.com --- fails


thanks in advance