Rob Tanner:
> Hi,
>
> I?ve got the front-end of a policy engine in place and connected to postfix
> on a test server. All it?s really doing is logging what postfix sends and
> returning an ?OK?. What I notice is that when I?ve sent emails through that
> server with multiple recipients, rather than getting multiple recipient
> attributes, I get multiple delegation requests. Is that always the case and
> therefore no delegation request has multiple instances of the same
> attribute, or is it that I haven?t sent the right test message to see the
> multiples in a singe request?
According to the SMTP protocol, Postfix must send a reply for one
recipient before the SMTP client will send the next recipient.
Wietse