Re: [Exim] Exiscan wishlist

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Nico Erfurth
Dátum:  
Címzett: Keith Martin
CC: exim-users
Tárgy: 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