Re: [EXIM] Paranoid problems ...

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Leonardo Boselli
Cc: exim-users
Temas nuevos: [EXIM] routing and rewriting
Asunto: Re: [EXIM] Paranoid problems ...
On Mon, 1 Feb 1999, Leonardo Boselli wrote:

> i tried also to add an alias in this way:
>
> 00*@???    00$1@??? EbcfrFh
> 0e@???    0e$1@??? E


> This, in my intention , would have moved to the machine
> student.dicea.unifi.it all message addressed to address starting
> whit 0e and 00 too, but this latter arrangement did not work ...


No. Check out the rules for rewrites (secion 33.2). If you want a wild
card other than at the start of a local part or domain, you must use a
regular expression. You need

^00[^@]*@dicea.unifi.it    $local_part@??? EbcfrFh


However, rewriting is not usually the best way to do routing.


-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***