Re: limiting regex scanning

Tom Kistner <[email protected]> Wed, 01 Dec 2004 14:33:18 +0100
Newsgroups gmane.mail.exim.exiscan.user
Message-ID <[email protected]>
Philip Chambers wrote:

> Can I do that? 

No, not with "regex". But you can use "mime_regex" instead, and modify 
the regex to match the decoded binary data. "mime_regex" only does one 
match on the first 32k of decoded data. If you limit the range of the 
regex, the match could be quite fast ...

regards,

/tom