Re: [EXIM] Rewrite rules

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Vadim Vygonets
Fecha:  
A: exim-users
Asunto: 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/ ***