Re: [Exim] finding html comments - long (sorry)

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: ryan
CC: exim-users
題目: Re: [Exim] finding html comments - long (sorry)
Ryan Cartwright wrote:
> In my previous mail I wrote;-
>
>
>>if $message_body matches "/s <!-- .* .-->/ex" then
>
>
> sorry typo - that should have been...
>
> if $message_body matches "/s<!-- .* -->ex/" then


No, it should have been

if $message_body matches "s<!-- .* -->ex" then

;)

Nico