Re: [Exim] Exiscan wishlist

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nico Erfurth
Date:  
À: Keith Martin
CC: exim-users
Sujet: 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