On Mon, Feb 27, 2023 at 05:30:18PM -0300, Rafael Azevedo wrote:
> Also I've noticed that when the filter is applied it kinds of groups the
> pipe process per domain.
The Postfix queue manager batches message recipients by nexthop, up to
the per-transport recipient limit per batch. For content_filters, I
usually set an explicit nexthop, so that all recipients, regardless of
domain are delivered together, and I set the scanner recipient limit
high, to avoid multiple scans of the same message (when a message
has many, e.g. > 50, recipients).
--
Viktor.