Re: [exim] How to handle DEFERring ACL condition

Góra strony
Delete this message
Reply to this message
Autor: Ian Zimmerman
Data:  
Dla: exim-users
Temat: Re: [exim] How to handle DEFERring ACL condition
On 2017-01-28 17:52, Jeremy Harris wrote:

> Works for me as of the current sources. Here's the test I did:
>
> ----
> check_rcpt:
>   accept
>         local_parts =   defer_strict
>         set acl_m1 =    ${lookup dnsdb{defer_strict,a=$domain}}
> ----
> exim -bs
> HELO
> MAIL FROM:<>
> RCPT TO:<defer_strict@???>
> QUIT
> ----
> 1999-03-02 09:44:33 U=CALLER F=<> temporarily rejected RCPT
> <defer_strict@???>: failed to expand ACL string "${lookup
> dnsdb{defer_strict,a=$domain}}": lookup of
> "defer_strict,a=test.again.dns" gave DEFER:


Ah, but the warn verb is special. See the last part of Section 43.18.

Given that I don't want to dispose of the message at this point, just
record the result, my hack is probably the best that can be done :-\

--
Please *no* private Cc: on mailing lists and newsgroups
Personal signed mail: please _encrypt_ and sign
Don't clear-text sign: http://cr.yp.to/smtp/8bitmime.html