Re: [Exim] Prob: exim4 + rewriting

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Edgar Lovecraft
Data:  
Para: exim-users
Asunto: Re: [Exim] Prob: exim4 + rewriting
Thorsten Baumeister wrote:
>

..[snip]...
>
> *@*.TBA.Home $1@???
>

From the manual:
http://www.exim.org/exim-html-4.30/doc/html/spec_31.html#SECT31.3

Domains in patterns should be given in lower case. Local parts in patterns
are case-sensitive. If you want to do case-insensitive matching of local
parts, you can use a regular expression that starts with ^(?i).

so your pattern will work if you do this:
*@*.tba.home $1@???
>

..[snip]...
>

--


--EAL--