Re: [exim] Case sensitive match in ACL

Top Page
Delete this message
Reply to this message
Author: Giuliano Gavazzi
Date:  
To: Marc Perkel
CC: exim-users
Subject: Re: [exim] Case sensitive match in ACL

On 7 Jan 2006, at 08:59, Marc Perkel wrote:

> So - match is case insensitive. How do you make it case sensitive?
> Thanks in advance.


since when? It is a regular expression match, by default case sensitive.
If you meant the opposite, then the answer is (?i)

g