Re: [exim] Case sensitive match in ACL

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Giuliano Gavazzi
Date:  
À: Marc Perkel
CC: exim-users
Sujet: 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