The problem is that there is a delivery per recipient instead of per mailbox.
According to chapter 24 of the docs, addresses in which batch_id expands to the
same value will be batched together and the Envelope-to: header will contain
all batched addresses. Instead, I'm getting separate deliveries with identical
messages except for the Envelope-to: header.
Am I doing something wrong in batching? Using -d+transport doesn't seem
to give any information about testing the batch conditions.
There isn't a way to make a router run once per message rather than once
per recipient, is there?