Re: [exim] do router based on if a files exists or not

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: JupiterHost.Net
CC: exim-users
Subject: Re: [exim] do router based on if a files exists or not
JupiterHost.Net wrote:
>>
>> No. I mean allow_filter != allow_fail.
>
>
> Ah ha! So I'd need to allow_filter *and* allow_fail?


If you want to use an Exim filter, you need to use allow_filter. If you
want to use ":fail:" in an alias file, you need to use allow_fail. If
you want an Exim filter that uses the "fail" command (not ":fail:"),
then you need both.

This is all covered in the docs:
http://exim.org/exim-html-4.50/doc/html/spec_22.html#IX1801
http://exim.org/exim-html-4.50/doc/html/spec_22.html#IX1803
http://exim.org/exim-html-4.50/doc/html/spec_42.html#SECT42.5

- Marc