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

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: ryan
CC: exim-users
Subject: 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