> Look at the service() method of the RemoteDelivery mailet.
> It loops over the recipients and store a copy of the mail
> in the outgoing spool for each different domain.

Or look at LocalDelivery, which adds a unique header for each local
recipient as the message is stored.

The overhead still bothers me.  For future, I have been thinking that it
might be good to break down the message into [RFC2821 Envelope, RFC2822
Headers and RFC2822 body]-tuples, each stored such that we can have shared
content (COW semantics).

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to