Re: [Exim] Exiscan wishlist

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Nico Erfurth
Data:  
Para: Keith Martin
CC: exim-users
Asunto: Re: [Exim] Exiscan wishlist
Keith Martin wrote:

> Appologies in advance if this is not quite the right place to post this,
> but I don't know of a specific exiscan list...
>
> I would like to be able to have a bit more control over the regex
> options from exiscan. For example, being able to specify if the regex
> should be case in-sensitive or not would make my config file a lot


Read doc/pcrepattern.txt. You can set pcre-options in your pattern, like
^(?i)ThisIsACaseLESSmAtch$

Nico