Re: [EXIM] Rewrite rules

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Vadim Vygonets
日付:  
To: exim-users
題目: Re: [EXIM] Rewrite rules
Quoth Steve Sargent on Mon, Jan 18, 1999:
> Is it possible to completely fail a message if the rewrite rules fail?


There are ways to do it. If you are rewriting for yout local
domain, you can do:

*@dom.ain    ${lookup{$1}dbm{/wher/ever}{$value}{failaddr}}    Ehq


In your alias file, "failaddr" is something like:

failaddr:    :fail: Rewriting failed.


The real question, though, is what exactly you mean by failing
the message completely, and what and how you are rewriting.

Vadik.

--
Do not meddle in the affairs of sysadmins, they are quick to
anger and have no need for subtlety.

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