> We would like to be able to delay processing of a certain set of inbound
> messages.

> B. Write a matcher for the set of messages we want to delay, route them
> to a custom processor. In that processor have a custom Mailet which
> writes to a custom Spool repository and runs a number of threads which
> then pluck from that repository using an accept(delay) call.

You want to use Plan B, and you want to base it off of the current
branch_2_1_fcs code, in which we made some changes related to the spool
interface.  Write a custom mailet based upon RemoteDelivery that holds
messages in its queue until ready to deliver, then posts them back to the
pipeline.

        --- Noel


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

Reply via email to