Re: [EXIM] Paranoid problems ...

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Leonardo Boselli
CC: exim-users
新しいトピック: [EXIM] routing and rewriting
題目: 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/ ***