On Thu Apr 10 2008 at 13:53:26 CEST, Dave Evans wrote:
> You will need a "redirect" router which undoes the prvs-encoding.
I had the `redirect' router, but it was too far down in my list of
routers (i.e. I was handling recipient verification before un-doing the
prvs-encoding). I've added
| begin routers
|
| batv_redirect:
| driver = redirect
| data = ${prvscheck {$local_part@$domain}{BATVKEY}}
as the first router, and it works like a charm.
Thanks,
-JP