I stumbled across the "errors_to" router option and used it to deliver the
local non-SMTP message to the correct mailbox. Do you think it would be
worth including this in the documentation about VERP as well as in the
common config page
(
http://www.exim.org/exim-html-4.50/doc/html/spec_46.html#SECT46.2)?
The router now reads:
verp_outbound_router:
driver = dnslookup
condition = ${if
match{$return_path}{\N^rewrite-.*?@???$\N}{yes}{no}}
domains = !+local_domains
ignore_target_hosts = <; 0.0.0.0; 127.0.0.0/8; 80.82.141.27/32
transport = verp_smtp
errors_to = noreply-$local_part=domain@???
Incidentally, my earlier post about a link being broken was that the link in
your documentation that pointed to:
ftp://koobera.math.uic.edu/www/proto/verp.txt
was broken, not that the link to your documentation was incorrect.
Cheers for the help
Mike