Johann Spies wrote:
>>> I'm trying to implement BATV on a gateway host that performs
>>> recipient verification to an internal Exim; the gateway correctly
>>> handles BATV bounces, but callout verification fails because it
>>> passes the whole <prvs=jpm/0780985c53@???> address to
>>> the internal Exim for verification.
>> You will need a "redirect" router which undoes the prvs-encoding.
>> (You'll need that redirect router for delivery to work, and it'll
>> almost certainly fix your callout problem too).
>>
>
> When you have solved this problem, please post your solution on the
> list.
This is all documented at:
http://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html#SECTverifyPRVS
Including the ACL snippets, the mentioned redirect router, and the
transport modifications...
Mike