You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Sivanesh Sengodan <ms...@cs.annauniv.edu> on 2004/03/24 21:29:34 UTC

RemoteDelivery Mailet Stalling

Hi,

   We are using James 2.1.3. As required by our project (Spam Control at the
   MTA Level using Greylisting), we have changed the SMTPHandler to send a
   temporary failure message (451 Please Try Again Later) after RCPT TO
   command for a certain period of time. When the temporary failure period is
   not expired, there is no return from the function transport.sendMessage()
   while trying to deliver a mail. In James 2.0.a3, there was an exception
   thrown by this function which we were able to catch & handle. Kindly send
   us what we shall do to make RemoteDelivery mailet work without any
   blocking / stalling.



   Regards,
   Sivanesh.



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: RemoteDelivery Mailet Stalling

Posted by "Noel J. Bergman" <no...@devtech.com>.
> we have changed the SMTPHandler to send a temporary failure
> message (451 Please Try Again Later) after RCPT TO command
>

> there is no return from the function transport.sendMessage()

There should be an exception.  That exception should be caught, and the mail
spooled for retry.  Again, you probably want to try an updated test build.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org