quantranhong1999 commented on PR #1856:
URL: https://github.com/apache/james-project/pull/1856#issuecomment-1857259940

   I think we should try to add `.mailet(LocalDelivery.class)` into the `setUp` 
and see what happens.
   
   Currently, the setup seems generally only to make sure there is no loop 
within a single mailet pipeline (just end at move mail to the custom 
repository).
   
   Maybe the forward loop could happen through an infinite mailet loop? For 
example:
   - mailet pipeline 1st: get the mail from the mail queue, RRT to myself, and 
`LocalDelivery` to me (enqueue the mail)
   - mailet pipeline 2nd: get the mail from the mail queue, RRT to myself, and 
`LocalDelivery` to me (enqueue the mail)
   ... keeping the loop


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to