Auteur: Marc Perkel
Date:
À: exim-users
Sujet: Re: [exim] REGEX - Limiting text checking to first part of a message
David Saez Padros wrote:
> Hi !!
>
>> I figured it out !
>>
>> condition = ${if < {$message_body_size}{50000}{yes}{no}}
>
> this will not limit the scan, this will avoid doing any scan
> on large messages
Yeah - but that's almost the same thing.